Skip to content

Commit 20c0867

Browse files
Merge pull request #61 from AlanCoding/param_checking
Add integration testing for new param
2 parents 411a2af + 84109a6 commit 20c0867

File tree

1 file changed

+11
-0
lines changed
  • awx_collection/tests/integration/targets/params/tasks

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: Perform an action with a different hostname via aap_hostname
2+
inventory:
3+
name: "Demo Inventory"
4+
organization: Default
5+
aap_hostname: https://foohostbar.invalid
6+
ignore_errors: true
7+
register: result
8+
9+
- assert:
10+
that:
11+
- "'foohostbar' in result.msg"

0 commit comments

Comments
 (0)