mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Update the instance install bundle requirements.yml
to point to the 0.1.0 release of ansible.receptor.
This commit is contained in:
@@ -121,7 +121,10 @@ def generate_playbook():
|
|||||||
def generate_requirements_yml():
|
def generate_requirements_yml():
|
||||||
return """---
|
return """---
|
||||||
collections:
|
collections:
|
||||||
- name: ansible.receptor
|
- name: ansible.receptor
|
||||||
|
source: https://github.com/ansible/receptor-collection/
|
||||||
|
type: git
|
||||||
|
version: 0.1.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user