Update the instance install bundle requirements.yml

to point to the 0.1.0 release of ansible.receptor.
This commit is contained in:
Jeff Bradberry 2022-09-13 10:15:26 -04:00
parent 6619cc39f7
commit 0e578534fa

View File

@ -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
"""