Try and make this playbook safe for bodhi-backend that doesnt use httpd

This commit is contained in:
Kevin Fenzi 2015-11-19 00:17:56 +00:00
parent ff02327765
commit a8668853b4

View file

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