mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
rename awx modules folder to collection
This commit is contained in:
11
awx_collection/template_galaxy.yml
Normal file
11
awx_collection/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