Use 2775 insteads if 0775 so sub directories are created fine

This commit is contained in:
Pierre-Yves Chibon 2017-09-05 08:29:56 +02:00
parent 890c57123e
commit 55cc72d160

View file

@ -116,7 +116,7 @@
- name: create all the directories where we store the git repos
file: state=directory
path={{ item }}
owner=root group=packager mode=0775
owner=root group=packager mode=2775
with_items:
- /srv/git/repositories/
- /srv/git/repositories/forks