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
|
||||
group=bodhi
|
||||
mode=0600
|
||||
when: inventory_hostname.startswith('bodhi0') and env == 'staging'
|
||||
when: inventory_hostname.startswith('bodhi') and env == 'staging'
|
||||
notify:
|
||||
- reload bodhi httpd
|
||||
tags:
|
||||
|
@ -51,7 +51,7 @@
|
|||
owner=bodhi
|
||||
group=bodhi
|
||||
mode=0600
|
||||
when: inventory_hostname.startswith('bodhi0') and env == 'production'
|
||||
when: inventory_hostname.startswith('bodhi') and env == 'production'
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue