mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Truthy strikes again
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user