mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 16:41:29 -03:30
Fixing truthy linting issues
This commit is contained in:
parent
748bdbd2dd
commit
8a0cd747e1
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
- name: Export all tower assets
|
- name: Export all tower assets
|
||||||
tower_export:
|
tower_export:
|
||||||
all: True
|
all: true
|
||||||
register: all_assets
|
register: all_assets
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
that:
|
that:
|
||||||
- import_output is changed
|
- 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:
|
tower_import:
|
||||||
assets:
|
assets:
|
||||||
organizations:
|
organizations:
|
||||||
@ -51,7 +51,7 @@
|
|||||||
name: "Default"
|
name: "Default"
|
||||||
type: "organization"
|
type: "organization"
|
||||||
register: import_output
|
register: import_output
|
||||||
ignore_errors: True
|
ignore_errors: true
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user