Fixing ansible pep8 issues

This commit is contained in:
John Westcott IV
2020-08-06 14:57:30 -04:00
parent 3fe61cfa4f
commit 8688740e93
3 changed files with 4 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ try:
except ImportError:
HAS_EXPORTABLE_RESOURCES = False
def main():
argument_spec = dict(
assets=dict(type='dict', required=True)