mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fixing truthy linting issues
This commit is contained in:
parent
748bdbd2dd
commit
8a0cd747e1
@ -25,7 +25,7 @@
|
||||
|
||||
- name: Export all tower assets
|
||||
tower_export:
|
||||
all: True
|
||||
all: true
|
||||
register: all_assets
|
||||
|
||||
- assert:
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
that:
|
||||
- import_output is changed
|
||||
|
||||
- name: "Import something again (awxkit is not idempotent, this tests a filure)"
|
||||
- name: "Import something again (awxkit is not idempotent, this tests a failure)"
|
||||
tower_import:
|
||||
assets:
|
||||
organizations:
|
||||
@ -51,7 +51,7 @@
|
||||
name: "Default"
|
||||
type: "organization"
|
||||
register: import_output
|
||||
ignore_errors: True
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user