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