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

@@ -122,6 +122,9 @@ 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
""" """