mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Rework some of our package tooling
This commit is contained in:
12
awx_collection/tools/template_galaxy.yml
Normal file
12
awx_collection/tools/template_galaxy.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user