mirror of https://github.com/ansible/ansible.git
service_facts: Handle KeyError while processing service name (#85572)
* service_facts: Handle KeyError while processing service name As a part of follow up review, * Handle KeyError with exception handling * Warn user about the missing service name in the given service details Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/85633/head
parent
faf86ca2b3
commit
9ed7164ed6
@ -0,0 +1,4 @@
|
||||
---
|
||||
minor_changes:
|
||||
- service_facts - warn user about missing service details instead of ignoring.
|
||||
- service_facts - handle keyerror exceptions with warning.
|
||||
Loading…
Reference in New Issue