We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 411a2af + 84109a6 commit 20c0867Copy full SHA for 20c0867
awx_collection/tests/integration/targets/params/tasks/main.yml
@@ -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