diff --git a/ansible/roles/zun/tasks/config.yml b/ansible/roles/zun/tasks/config.yml index c9e7997559..15352e77a0 100644 --- a/ansible/roles/zun/tasks/config.yml +++ b/ansible/roles/zun/tasks/config.yml @@ -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