Koschei staging-sync: don't forget to stop/start polling

This commit is contained in:
Mikolaj Izdebski 2016-05-04 23:59:21 +00:00
parent ec426ed72c
commit cc6fbedae0

View file

@ -23,6 +23,7 @@
- koschei-resolver
- koschei-scheduler
- koschei-watcher
- koschei-polling
- service: name=httpd state=stopped
when: '"web" in ansible_hostname'
@ -87,5 +88,6 @@
- koschei-resolver
- koschei-scheduler
- koschei-watcher
- koschei-polling
- service: name=httpd state=started
when: '"web" in ansible_hostname'