mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Fixing truthy linting issues
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user