Trigger uwsgi restart

When we were migrating service to uwsgi usage, we clean forgot to
trigger uwsgi restart on service config change.

Change-Id: I4f230347a9c464244a6bac42e4234b627ca460ed
This commit is contained in:
Dmitriy Rabotyagov 2020-10-08 14:53:21 +03:00
parent 4a869ef6b8
commit a51937db34
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,7 @@
notify:
- Manage LB
- Restart glance services
- Restart uwsgi services
- name: Deploy Glance image import configuration file
template:
@ -92,6 +93,7 @@
notify:
- Manage LB
- Restart glance services
- Restart uwsgi services
# NOTE(cloudnull): This is using "cp" instead of copy with a remote_source
# because we only want to copy the original files once. and we
@ -123,6 +125,7 @@
with_items: "{{ glance_core_files }}"
notify:
- Restart glance services
- Restart uwsgi services
- name: Cleanup fetched temp files
file: