Try and make this playbook safe for bodhi-backend that doesnt use httpd
This commit is contained in:
parent
ff02327765
commit
a8668853b4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
owner=bodhi
|
owner=bodhi
|
||||||
group=bodhi
|
group=bodhi
|
||||||
mode=0600
|
mode=0600
|
||||||
when: inventory_hostname.startswith('bodhi') and env == 'production'
|
when: inventory_hostname.startswith('bodhi0') and env == 'production'
|
||||||
notify:
|
notify:
|
||||||
- reload httpd
|
- reload httpd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue