summaryrefslogtreecommitdiffstats
path: root/roles/prerec/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/prerec/tasks')
-rw-r--r--roles/prerec/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/prerec/tasks/main.yml b/roles/prerec/tasks/main.yml
index a0a3cac..98b7f13 100644
--- a/roles/prerec/tasks/main.yml
+++ b/roles/prerec/tasks/main.yml
@@ -1,9 +1,11 @@
- name: Ensure the directory exists
+ become: true
file:
path: "{{ emacsconf_caption_dir }}/{{ item }}"
state: directory
owner: "{{ emacsconf_user }}"
group: "{{ emacsconf_group }}"
+ recurse: true
loop:
- scripts
- cache