Restart httpd after anitya frontend upgrade
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
a48b2b4446
commit
3aed8bc40e
1 changed files with 1 additions and 2 deletions
|
@ -35,13 +35,12 @@
|
||||||
roles:
|
roles:
|
||||||
- anitya/frontend
|
- anitya/frontend
|
||||||
- anitya/fedmsg
|
- anitya/fedmsg
|
||||||
notify:
|
|
||||||
- restart apache
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: tell nagios to unshush w.r.t. the frontend
|
- name: tell nagios to unshush w.r.t. the frontend
|
||||||
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
|
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
|
||||||
delegate_to: noc01.phx2.fedoraproject.org
|
delegate_to: noc01.phx2.fedoraproject.org
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
- service: name="httpd" state=restarted
|
||||||
|
|
||||||
- name: verify the backend and then upgrade the db
|
- name: verify the backend and then upgrade the db
|
||||||
hosts: anitya-backend
|
hosts: anitya-backend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue