summaryrefslogtreecommitdiffstats
path: root/roles/ands_kaas/tasks/file.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ands_kaas/tasks/file.yml')
-rw-r--r--roles/ands_kaas/tasks/file.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ands_kaas/tasks/file.yml b/roles/ands_kaas/tasks/file.yml
index 479ec68..e6b2e8d 100644
--- a/roles/ands_kaas/tasks/file.yml
+++ b/roles/ands_kaas/tasks/file.yml
@@ -16,7 +16,7 @@
- name: "Setting up files in {{ path }}"
file:
path: "{{ path }}"
- recurse: "{{ file.recurse | default(true) }}"
+ recurse: "{{ file.recurse | default(false) }}"
mode: "{{ file.mode | default( ((file.state | default('directory')) == 'directory') | ternary('0755', '0644') ) }}"
owner: "{{ owner }}"
group: "{{ group }}"