Fix yamllint error and sync version with module_utils

This commit is contained in:
AlanCoding
2020-06-10 08:59:08 -04:00
parent 96583e9e6b
commit a7fe5e1dd2
6 changed files with 32 additions and 30 deletions

View File

@@ -108,7 +108,7 @@ def run_module(request, collection_import):
sanitize_dict(py_data)
resp._content = bytes(json.dumps(django_response.data), encoding='utf8')
resp.status_code = django_response.status_code
resp.headers = {'X-API-Product-Name': 'AWX', 'X-API-Product-Version': 'devel'}
resp.headers = {'X-API-Product-Name': 'AWX', 'X-API-Product-Version': '0.0.1-devel'}
if request.config.getoption('verbose') > 0:
logger.info(