mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
12 lines
277 B
YAML
12 lines
277 B
YAML
- 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
|