From b2e3744932d9fff9156e21131f66592f3c4fd2c6 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 28 Jun 2023 11:54:30 +0200 Subject: [PATCH] Add recursion to the task that changes permissions --- tasks/ckan-plugins.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/ckan-plugins.yml b/tasks/ckan-plugins.yml index b95d585..d27784e 100644 --- a/tasks/ckan-plugins.yml +++ b/tasks/ckan-plugins.yml @@ -16,6 +16,7 @@ ansible.builtin.file: path: "{{ item }}" state: directory + recurse: true owner: "{{ ckan_shell_user }}" group: "{{ ckan_shell_user }}" loop: