fix renamed variable issue (#3)
This commit is contained in:
parent
269a0ba23a
commit
c5707fbe2d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue