bodhi2: Set the /etc/bodhi content perms on the backend too

This commit is contained in:
Luke Macken 2015-07-22 19:12:25 +00:00
parent b40d369814
commit a1c77e7d30

View file

@ -36,7 +36,7 @@
owner=bodhi owner=bodhi
group=bodhi group=bodhi
mode=0600 mode=0600
when: inventory_hostname.startswith('bodhi0') and env == 'staging' when: inventory_hostname.startswith('bodhi') and env == 'staging'
notify: notify:
- restart httpd - restart httpd
tags: tags:
@ -50,7 +50,7 @@
owner=bodhi owner=bodhi
group=bodhi group=bodhi
mode=0600 mode=0600
when: inventory_hostname.startswith('bodhi0') and env == 'production' when: inventory_hostname.startswith('bodhi') and env == 'production'
notify: notify:
- restart httpd - restart httpd
tags: tags: