mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
Truthy strikes again
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
debug:
|
debug:
|
||||||
msg: "{{ query(plugin_name, 'ping', host='DNE://junk.com', username='john', password='not_legit', verify_ssl=True) }}"
|
msg: "{{ query(plugin_name, 'ping', host='DNE://junk.com', username='john', password='not_legit', verify_ssl=True) }}"
|
||||||
register: results
|
register: results
|
||||||
ignore_errors: True
|
ignore_errors: true
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Reference in New Issue
Block a user