distgit / hooks: only tweak perms on batcave hooks perms

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-01-15 11:39:26 -08:00
parent 2977ebd42e
commit 5927f7b321

View file

@ -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