mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 16:27:42 -02:30
Fixing truthy linting issue
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
tower_oauthtoken:
|
tower_oauthtoken:
|
||||||
not_token: "This has no token entry"
|
not_token: "This has no token entry"
|
||||||
register: results
|
register: results
|
||||||
ignore_errors: True
|
ignore_errors: true
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
tower_oauthtoken:
|
tower_oauthtoken:
|
||||||
- dummy_token
|
- dummy_token
|
||||||
register: results
|
register: results
|
||||||
ignore_errors: True
|
ignore_errors: true
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Reference in New Issue
Block a user