Add recursion to the task that changes permissions
This commit is contained in:
parent
7fcc272c29
commit
b2e3744932
|
@ -16,6 +16,7 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
recurse: true
|
||||||
owner: "{{ ckan_shell_user }}"
|
owner: "{{ ckan_shell_user }}"
|
||||||
group: "{{ ckan_shell_user }}"
|
group: "{{ ckan_shell_user }}"
|
||||||
loop:
|
loop:
|
||||||
|
|
Loading…
Reference in New Issue