Update collection args (#16025)

* update collection arguments

* Add integration testing for new param

* fix: sanity check failures

---------

Co-authored-by: Sean Sullivan <ssulliva@redhat.com>
Co-authored-by: Alan Rominger <arominge@redhat.com>
This commit is contained in:
Peter Braun
2025-06-11 18:43:29 +02:00
committed by GitHub
parent 6182d68b74
commit 873e6a084c
4 changed files with 79 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Perform an action with a different hostname via aap_hostname
inventory:
name: "Demo Inventory"
organization: Default
aap_hostname: https://foohostbar.invalid
ignore_errors: true
register: result
- assert:
that:
- "'foohostbar' in result.msg"