summaryrefslogtreecommitdiffstats
path: root/awx_modules/template_galaxy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'awx_modules/template_galaxy.yml')
-rw-r--r--awx_modules/template_galaxy.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/awx_modules/template_galaxy.yml b/awx_modules/template_galaxy.yml
new file mode 100644
index 0000000000..0064548c28
--- /dev/null
+++ b/awx_modules/template_galaxy.yml
@@ -0,0 +1,11 @@
+- hosts: localhost
+ gather_facts: false
+ connection: local
+ vars:
+ package_name: awx
+ namespace_name: awx
+ package_version: 0.0.1
+
+ tasks:
+ - name: Template the galaxy.yml file
+ template: src={{ playbook_dir }}/galaxy.yml.j2 dest={{ playbook_dir }}/galaxy.yml