mirror of https://github.com/ansible/ansible.git
service_facts: skip unwanted lines in openrc output (#84622)
* rc-status commands returns unwanted lines with service names and their status. Skip such lines while parsing service names Fixes: #84512 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/84624/head
parent
6db6d1967e
commit
8290912eb1
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- service_facts - skip lines which does not contain service names in openrc output (https://github.com/ansible/ansible/issues/84512).
|
||||
Loading…
Reference in New Issue