mirror of https://github.com/ansible/ansible.git
* Use python re to parse service output instead of grep. Fixes #78541
* Add clog frag
* Add an extra guard to abort if rc is 4, and /etc/init.d is missing
(cherry picked from commit 4458128)
Co-authored-by: Matt Martz <matt@sivel.net>
pull/79237/head
parent
65fd4e182b
commit
1a583e3c0d
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- service_facts - Use python re to parse service output instead of grep
|
||||
(https://github.com/ansible/ansible/issues/78541)
|
||||
Loading…
Reference in New Issue