Remove notifiers from uwsgi service role

No handlers should be triggered during config. Container
will be restarted automatically when kolla_set_configs --check
is ran when applying config to container.

Change-Id: If08aff20fb7803aadcf1a0014b98af1ebbfcca65
Signed-off-by: Roman Krček <roman.krcek@tietoevry.com>
This commit is contained in:
Roman Krček
2025-03-23 20:01:52 +00:00
parent 99cbe02881
commit 1d7e580259

View File

@@ -5,5 +5,3 @@
dest: "{{ service_uwsgi_config_file }}"
mode: "0660"
become: true
notify:
- Restart {{ service_name }} container