bodhi: Install our production.ini on the backends too
This commit is contained in:
parent
add29990f2
commit
7036d1473d
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue