Set correct mode on /var/cache/bodhi.

This commit is contained in:
Ralph Bean 2015-08-19 15:27:17 +00:00
parent 17251bdb6b
commit abbbaa3497

View file

@ -121,6 +121,12 @@
- config
- 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
# file: path=/var/log/bodhi owner=bodhi group=bodhi mode=0755 state=directory
# when: inventory_hostname.startswith('bodhi0')