Add recursion to the task that changes permissions

This commit is contained in:
Andrea Dell'Amico 2023-06-28 11:54:30 +02:00
parent 7fcc272c29
commit b2e3744932
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
ansible.builtin.file:
path: "{{ item }}"
state: directory
recurse: true
owner: "{{ ckan_shell_user }}"
group: "{{ ckan_shell_user }}"
loop: