Koschei staging-sync: fix a copy/paster error
This commit is contained in:
parent
63e5221ab5
commit
ec426ed72c
1 changed files with 2 additions and 2 deletions
|
@ -81,11 +81,11 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- service: name={{ item }} state=stopped
|
- service: name={{ item }} state=started
|
||||||
when: '"backend" in ansible_hostname'
|
when: '"backend" in ansible_hostname'
|
||||||
with_items:
|
with_items:
|
||||||
- koschei-resolver
|
- koschei-resolver
|
||||||
- koschei-scheduler
|
- koschei-scheduler
|
||||||
- koschei-watcher
|
- koschei-watcher
|
||||||
- service: name=httpd state=stopped
|
- service: name=httpd state=started
|
||||||
when: '"web" in ansible_hostname'
|
when: '"web" in ansible_hostname'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue