Set correct mode on /var/cache/bodhi.
This commit is contained in:
parent
17251bdb6b
commit
abbbaa3497
1 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,12 @@
|
||||||
- config
|
- config
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
|
- name: setup /var/cache/bodhi directory
|
||||||
|
file: dest=/var/cache/bodhi mode=0755 state=directory
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- bodhi
|
||||||
|
|
||||||
#- name: setup /var/log/bodhi directory
|
#- name: setup /var/log/bodhi directory
|
||||||
# file: path=/var/log/bodhi owner=bodhi group=bodhi mode=0755 state=directory
|
# file: path=/var/log/bodhi owner=bodhi group=bodhi mode=0755 state=directory
|
||||||
# when: inventory_hostname.startswith('bodhi0')
|
# when: inventory_hostname.startswith('bodhi0')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue