Adjust this so we do not copy the template every time on backends and chown/chgrp it every run

This commit is contained in:
Kevin Fenzi 2015-12-14 18:01:38 +00:00
parent 3d640e4870
commit ce277722b0

View file

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