Fix ownership of files in the sigul directory
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
13c564f5fb
commit
2149c1ffb3
1 changed files with 8 additions and 0 deletions
|
@ -65,6 +65,14 @@
|
|||
- config
|
||||
- robosignatory
|
||||
|
||||
- name: Make sure every file in the sigul conf dir has proper ownership
|
||||
file:
|
||||
path: /etc/sigul
|
||||
state: directory
|
||||
group: robosignatory
|
||||
owner: robosignatory
|
||||
recurse: yes
|
||||
|
||||
- name: Install koji config
|
||||
template:
|
||||
src: koji.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue