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

ansible-inventories/arocom#136 Make new directory readable by td-agent

parent 2a87a8b1
Branches
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@
state='directory'
owner='root'
group='{{ item.jail.name }}'
mode='750'
mode='755'
with_items: '{{ drupal_settings|default([]) }}'
when: item.jail is defined and (limit_drupal_site is not defined or item.id is not defined or limit_drupal_site == item.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment