mirror of https://github.com/ansible/ansible.git
Use python re to parse service output instead of grep (#79015)
* 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 missingpull/79057/head
parent
680bf029b1
commit
44581289e8
@ -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