rename awx modules folder to collection

This commit is contained in:
AlanCoding
2019-09-17 15:53:32 -04:00
parent 35afa37417
commit 98619c5e23
34 changed files with 0 additions and 0 deletions

View 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