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

ansible-inventories/arocom#152 Make config directory writeable if available

parent 9468a738
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,6 @@ if [ -f 'ansible.patch' ]; then
fi
chown -R {{ apacheUser }}:{{ apacheUser }} {{ path }}
chmod -R ug+r,ug-w,o-w,o-r {{ path }}
if [ -d '{{ path }}/config' ]; then
chmod -R og+w {{ path }}/config
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment