mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Fixing truthy linting issue
This commit is contained in:
parent
11da8e254d
commit
41d0548af6
@ -8,7 +8,7 @@
|
||||
tower_oauthtoken:
|
||||
not_token: "This has no token entry"
|
||||
register: results
|
||||
ignore_errors: True
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
@ -20,7 +20,7 @@
|
||||
tower_oauthtoken:
|
||||
- dummy_token
|
||||
register: results
|
||||
ignore_errors: True
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user