Skip to content
Snippets Groups Projects
Commit cf5e7a8d authored by jurgenhaas's avatar jurgenhaas
Browse files

Do not follow symlinks for recursive directory actions

parent e74be0ce
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
owner='{{ username }}'
state='directory'
recurse=yes
follow=no
with_items: '{{ drupal_settings|default([]) }}'
when: item.jail is defined and (username in item.jail.users or username in admins) and (limit_site is not defined or item.id is not defined or limit_site == item.id)
tags:
......
......@@ -18,6 +18,7 @@
owner: '{{ item }}'
group: 'root'
recurse: yes
follow: no
with_flattened:
- '{{ admins }}'
- '{{ jailusers }}'
......
......@@ -16,6 +16,7 @@
owner: '{{ item }}'
group: 'root'
recurse: yes
follow: no
with_flattened:
- '{{ admins }}'
- '{{ jailusers }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment