Fix bodhi handlers to hopefully work right with bodhi-backend

This commit is contained in:
Kevin Fenzi 2016-05-25 20:11:34 +00:00
parent 2224aaaa2f
commit d4f48b1244

View file

@ -53,7 +53,7 @@
mode=0600 mode=0600
when: inventory_hostname.startswith('bodhi') and env == 'production' when: inventory_hostname.startswith('bodhi') and env == 'production'
notify: notify:
- reload httpd - reload bodhi httpd
tags: tags:
- config - config
- bodhi - bodhi
@ -86,7 +86,7 @@
mode=0644 mode=0644
when: inventory_hostname.startswith('bodhi0') when: inventory_hostname.startswith('bodhi0')
notify: notify:
- reload httpd - reload bodhi httpd
tags: tags:
- config - config
- bodhi - bodhi