mirror of https://github.com/ansible/ansible.git
systemd - fix issue with capbpf and newer kernel (#72337)
A bug existed in systemd 245 that did not properly handle unknown kernel capabilities gracefully. This resulted in incomplete output when querying for the service status. It is possible to get service status by other means. This PR works around this issue by getting service status using other commands in the event of a failure due to this bug.pull/72351/head
parent
2293b327c0
commit
db84e2c989
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >
|
||||
systemd - work around bug with ``systemd`` 245 and 5.8 kernel that does not correctly
|
||||
report service state (https://github.com/ansible/ansible/issues/71528)
|
Loading…
Reference in New Issue