mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 16:27:42 -02:30
rename playbook vars to have collection_
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user