Files
ansible/changelogs/fragments/openrc-status.yml
T
Abhijeet KasurdeandGitHub 8290912eb1 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>
2025-01-28 16:19:46 +01:00

4 lines
150 B
YAML

---
bugfixes:
- service_facts - skip lines which does not contain service names in openrc output (https://github.com/ansible/ansible/issues/84512).