mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Fixing truthy issues
This commit is contained in:
parent
3b60529488
commit
64846c3347
@ -31,7 +31,7 @@
|
||||
tower_token:
|
||||
state: absent
|
||||
register: results
|
||||
ignore_errors: True
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
@ -45,7 +45,7 @@
|
||||
existing_token_id: 1234
|
||||
state: absent
|
||||
register: results
|
||||
ignore_errors: True
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user