diff options
Diffstat (limited to 'awx_collection/tools/template_galaxy.yml')
-rw-r--r-- | awx_collection/tools/template_galaxy.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/awx_collection/tools/template_galaxy.yml b/awx_collection/tools/template_galaxy.yml new file mode 100644 index 0000000000..78b69cfa5f --- /dev/null +++ b/awx_collection/tools/template_galaxy.yml @@ -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 |