1
0
Fork 0

fix renamed variable issue (#3)

This commit is contained in:
Gergely Horváth 2023-04-02 18:11:28 +02:00 committed by GitHub
parent 269a0ba23a
commit c5707fbe2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,8 @@
ansible.builtin.template:
src: "{{ role_path }}/templates/customizations/Dockerfile.j2"
dest: "{{ nextcloud_customized_container_src_path }}/Dockerfile"
owner: "{{ nextcloud_user_username }}"
group: "{{ nextcloud_user_username }}"
owner: "{{ nextcloud_uid }}"
group: "{{ nextcloud_gid }}"
mode: 0640
- name: Ensure customized container image for Nextcloud is built