Fix bodhi handlers to hopefully work right with bodhi-backend
This commit is contained in:
parent
2224aaaa2f
commit
d4f48b1244
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue