Fixing truthy linting issues

This commit is contained in:
John Westcott IV 2020-08-04 11:33:29 -04:00
parent 748bdbd2dd
commit 8a0cd747e1
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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: