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
|
||||
when: inventory_hostname.startswith('bodhi') and env == 'production'
|
||||
notify:
|
||||
- reload httpd
|
||||
- reload bodhi httpd
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
@ -86,7 +86,7 @@
|
|||
mode=0644
|
||||
when: inventory_hostname.startswith('bodhi0')
|
||||
notify:
|
||||
- reload httpd
|
||||
- reload bodhi httpd
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue