mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Rename to collection, add license, galaxy build
This commit is contained in:
11
awx_modules/template_galaxy.yml
Normal file
11
awx_modules/template_galaxy.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user