Fix missed notify for zun-wsproxy container.

Change-Id: I8b8631e1c215580dd7711a0c0b3683b06ddc47d3
This commit is contained in:
Peter Cipriano 2018-07-04 06:23:18 -04:00
parent dbd97822a0
commit acccec75a3

View File

@ -41,6 +41,7 @@
notify:
- Restart zun-api container
- Restart zun-compute container
- Restart zun-wsproxy container
- name: Copying over zun.conf
vars:
@ -63,6 +64,7 @@
notify:
- Restart zun-api container
- Restart zun-compute container
- Restart zun-wsproxy container
- name: Copying over wsgi-zun files for services
vars:
@ -93,6 +95,7 @@
notify:
- Restart zun-api container
- Restart zun-compute container
- Restart zun-wsproxy container
- name: Check zun containers
become: true
@ -112,3 +115,4 @@
notify:
- Restart zun-api container
- Restart zun-compute container
- Restart zun-wsproxy container