Start httpd after koschei upgrade

This commit is contained in:
Michael Simacek 2015-09-25 21:55:00 +02:00
parent 09cffd3fb1
commit 3d90b59f80

View file

@ -39,6 +39,8 @@
command: alembic -c /usr/share/koschei/alembic.ini upgrade head
post_tasks:
- name: start httpd
service: name="httpd" state=started
- name: unsilence nagios
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
delegate_to: noc01.phx2.fedoraproject.org