mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
Update the instance install bundle requirements.yml
to point to the 0.1.0 release of ansible.receptor.
This commit is contained in:
parent
6619cc39f7
commit
0e578534fa
@ -121,7 +121,10 @@ def generate_playbook():
|
||||
def generate_requirements_yml():
|
||||
return """---
|
||||
collections:
|
||||
- name: ansible.receptor
|
||||
- name: ansible.receptor
|
||||
source: https://github.com/ansible/receptor-collection/
|
||||
type: git
|
||||
version: 0.1.0
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user