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

ansible-inventories/arocom#84 Set file ACL on the bare git repository

parent 315ad4fe
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@
mode='ug+rw,o+r,o-w'
recurse=yes
- name: "Extended File Modes and Ownership for Repository"
command: setfacl -dRm u:root:rwX,g:{{ drupal.src.name }}:rwX,o::rX {{ webRoot }}{{ drupal.src.git.target }}
- name: "Create Update Script"
template:
src='scripts/update/gitscript'
......
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