Fix weave deployment task names

This commit is contained in:
Matthew Mosesohn
2016-07-30 16:03:41 +04:00
parent 6a7308d5c7
commit c7fef6cb76
2 changed files with 13 additions and 13 deletions

View File

@@ -1,20 +1,20 @@
---
- name: restart docker
- name: Weave | restart docker
command: /bin/true
notify:
- Weave | reload systemd
- Weave | reload docker
- name : Weave | reload systemd
shell: systemctl daemon-reload
when: ansible_service_mgr == "systemd"
- name: restart weave
command: /bin/true
notify:
- Weave | reload systemd
- reload weave
- name : Weave | reload systemd
shell: systemctl daemon-reload
when: ansible_service_mgr == "systemd"
- name: restart weaveproxy
command: /bin/true
notify: