mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -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():
|
||||
return """---
|
||||
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