mirror of https://github.com/ansible/ansible.git
systemd module will now wait on deactivating state (#59471)
If a service is in the 'deactivating' state running systemctl stop foo, would wait for the foo service to actually stop before it exits. The module didn't behave like that and it considered the deactivating state as if the service wasn't running. This change will align the module with the systemctl behaviour.pull/60287/head
parent
97a0810e0f
commit
54d9d7805d
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- systemd - wait for a service which is in deactivating state when using ``state=stopped`` (https://github.com/ansible/ansible/pull/59471)
|
Loading…
Reference in New Issue