mirror of https://github.com/ansible/ansible.git
Fix systemd service is already masked issue (#44730)
* Check if service is already masked Newer versions of Systemd now report a 'LoadError' when the unit file is masked. This causes the play to fail with an error stating that the service is already masked. Now the systemd module checks if the service is masked and doesn't fail if it's masked and LoadError is reported. Fixes issue #42384. * Remove useless parenspull/44733/head
parent
4dea9d84ed
commit
fc64ce3e0c
Loading…
Reference in New Issue