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
tower_export:
all: True
all: true
register: all_assets
- assert:

View File

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