From eb33973fa33a3347346f6648cfd33efb7a6dfd08 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Mon, 28 Aug 2023 15:09:15 -0400 Subject: [PATCH] Use receptor collection 2.0.0 --- awx/api/templates/instance_install_bundle/requirements.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/awx/api/templates/instance_install_bundle/requirements.yml b/awx/api/templates/instance_install_bundle/requirements.yml index 75f4867a5e..fca5738b06 100644 --- a/awx/api/templates/instance_install_bundle/requirements.yml +++ b/awx/api/templates/instance_install_bundle/requirements.yml @@ -1,5 +1,4 @@ --- collections: - - name: https://github.com/ansible/receptor-collection.git - type: git - version: main + - name: ansible.receptor + version: 2.0.0