bodhi: Install our production.ini on the backends too

This commit is contained in:
Luke Macken 2016-01-22 17:25:01 +00:00
parent add29990f2
commit 7036d1473d

View file

@ -37,7 +37,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:
- reload bodhi httpd - reload bodhi httpd
tags: tags:
@ -51,7 +51,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:
- reload httpd - reload httpd
tags: tags: