mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
13 lines
321 B
YAML
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
|