Use 2775 insteads if 0775 so sub directories are created fine
This commit is contained in:
parent
890c57123e
commit
55cc72d160
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
||||||
- name: create all the directories where we store the git repos
|
- name: create all the directories where we store the git repos
|
||||||
file: state=directory
|
file: state=directory
|
||||||
path={{ item }}
|
path={{ item }}
|
||||||
owner=root group=packager mode=0775
|
owner=root group=packager mode=2775
|
||||||
with_items:
|
with_items:
|
||||||
- /srv/git/repositories/
|
- /srv/git/repositories/
|
||||||
- /srv/git/repositories/forks
|
- /srv/git/repositories/forks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue