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