distgit / hooks: only tweak perms on batcave hooks perms
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2977ebd42e
commit
5927f7b321
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
|||
state: present
|
||||
tags:
|
||||
- distgit
|
||||
when: inventory_hostname.startswith('batcave')
|
||||
|
||||
- name: Make sure apache can access the fedora-messasing crt
|
||||
acl:
|
||||
|
@ -141,6 +142,7 @@
|
|||
state: present
|
||||
tags:
|
||||
- distgit
|
||||
when: inventory_hostname.startswith('batcave')
|
||||
|
||||
- name: Make sure apache can access the fedora-messasing key
|
||||
acl:
|
||||
|
@ -151,6 +153,7 @@
|
|||
state: present
|
||||
tags:
|
||||
- distgit
|
||||
when: inventory_hostname.startswith('batcave')
|
||||
|
||||
- name: create the distgit root directory (/srv/git)
|
||||
file: dest=/srv/git state=directory mode=0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue