mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Truthy strikes again
This commit is contained in:
parent
ee3a90d193
commit
baa00bd582
@ -36,7 +36,7 @@
|
||||
debug:
|
||||
msg: "{{ query(plugin_name, 'ping', host='DNE://junk.com', username='john', password='not_legit', verify_ssl=True) }}"
|
||||
register: results
|
||||
ignore_errors: True
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user