mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Fixing linting issues
This commit is contained in:
@@ -83,7 +83,7 @@ except ImportError:
|
|||||||
|
|
||||||
def coerce_type(module, value):
|
def coerce_type(module, value):
|
||||||
# If our value is already None we can just return directly
|
# If our value is already None we can just return directly
|
||||||
if value == None:
|
if value is None:
|
||||||
return value
|
return value
|
||||||
|
|
||||||
yaml_ish = bool((
|
yaml_ish = bool((
|
||||||
|
|||||||
@@ -79,4 +79,3 @@
|
|||||||
tower_settings:
|
tower_settings:
|
||||||
name: AWX_PROOT_BASE_PATH
|
name: AWX_PROOT_BASE_PATH
|
||||||
value: '{{ junk_var | default(omit) }}'
|
value: '{{ junk_var | default(omit) }}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user