bodhi: Have apache own /mnt/koji/mash/{atomic,updates}
This commit is contained in:
parent
94608f070d
commit
9889ac7446
1 changed files with 10 additions and 0 deletions
|
@ -377,3 +377,13 @@
|
||||||
service: name=httpd enabled=no state=stopped
|
service: name=httpd enabled=no state=stopped
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
|
- name: have apache own /mnt/koji/mash/updates
|
||||||
|
file: path=/mnt/koji/mash/updates state=directory recurse=yes owner=apache group=apache
|
||||||
|
tags:
|
||||||
|
- bodhi
|
||||||
|
|
||||||
|
- name: have apache own /mnt/koji/mash/atomic
|
||||||
|
file: path=/mnt/koji/mash/atomic state=directory recurse=yes owner=apache group=apache
|
||||||
|
tags:
|
||||||
|
- bodhi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue