awx/awx_collection/tools/template_galaxy.yml
2020-05-15 09:26:33 -04:00

13 lines
321 B
YAML

---
- name: Template the collection galaxy.yml
hosts: localhost
gather_facts: false
connection: local
vars:
collection_package: awx
collection_namespace: awx
collection_version: 0.0.1 # not for updating, pass in extra_vars
collection_path: "{{ playbook_dir }}/../"
roles:
- template_galaxy