Reload systemd units when restarting service
During upgrades, if the systemd unit is not reloaded, then the service is restarted with the existing definition which means that the new service is never started. Change-Id: I2dd01cffa14eed4c5982dc93395622a00b8ac4c6
This commit is contained in:
parent
622ee6d94e
commit
0ecb81d525
@ -27,4 +27,5 @@
|
||||
systemd:
|
||||
name: "{{ barbican_uwsgi_program_name }}"
|
||||
state: "restarted"
|
||||
daemon_reload: yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user