[PR #11504/8729f563 backport][stable-12] Update check_availability_service to return data instead of boolean (#11510)

Update check_availability_service to return data instead of boolean (#11504)

* Update check_availability_service to return data instead of boolean

* Add changelog fragment

(cherry picked from commit 8729f563b3)

Co-authored-by: Scott Seekamp <13857911+sseekamp@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2026-02-14 21:14:07 +01:00
committed by GitHub
parent cb17703c36
commit b87121e1eb
2 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- redfish_info - add Redfish Root data to results of successful ``CheckAvailability`` command (https://github.com/ansible-collections/community.general/pull/11504).