mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
* 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>
13 lines
283 B
YAML
13 lines
283 B
YAML
---
|
|
- 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"
|