rename playbook vars to have collection_

This commit is contained in:
AlanCoding
2019-10-01 13:45:07 -04:00
parent 7dd8e35e8c
commit db0bd471c3
3 changed files with 11 additions and 11 deletions

View File

@@ -8,9 +8,9 @@ homepage: https://ansible.com
issues: https://github.com/ansible/awx/issues
license:
- GPL-3.0-only
name: {{ package_name }}
namespace: {{ namespace_name }}
name: {{ collection_package }}
namespace: {{ collection_namespace }}
readme: README.md
repository: https://github.com/ansible/awx
tags: []
version: {{ package_version }}
version: {{ collection_version }}