mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Fixing truthy issues
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
tower_token:
|
tower_token:
|
||||||
state: absent
|
state: absent
|
||||||
register: results
|
register: results
|
||||||
ignore_errors: True
|
ignore_errors: true
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
existing_token_id: 1234
|
existing_token_id: 1234
|
||||||
state: absent
|
state: absent
|
||||||
register: results
|
register: results
|
||||||
ignore_errors: True
|
ignore_errors: true
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Reference in New Issue
Block a user