From 0e578534fa7af60e5ea409fd7e93c06838ebb988 Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Tue, 13 Sep 2022 10:15:26 -0400 Subject: [PATCH] Update the instance install bundle requirements.yml to point to the 0.1.0 release of ansible.receptor. --- awx/api/views/instance_install_bundle.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/awx/api/views/instance_install_bundle.py b/awx/api/views/instance_install_bundle.py index d470d5c8ca..e8155231d1 100644 --- a/awx/api/views/instance_install_bundle.py +++ b/awx/api/views/instance_install_bundle.py @@ -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 """