mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 08:57:33 -02:30
* Fix collection task breaking collection ci checks * Patch ansible.module_utils.basic._ANSIBLE_PROFILE directly * Conditionalize other santity assertions * Remove added blank lines and identifier from Fail if absent and no identifier set
13 lines
282 B
YAML
13 lines
282 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: yes
|
|
register: result
|
|
|
|
- assert:
|
|
that:
|
|
- "'foohostbar' in result.msg"
|