From a4cf55bdbabb0bcc90f5951a16b1c433e1170cd7 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Tue, 23 Jan 2024 15:54:25 -0500 Subject: [PATCH] Require receptor collection 2.0.3 This release supports ingress hop node, and is backwards compatible with previous AWX version. Signed-off-by: Seth Foster --- 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 8b0e2b218f..65df80b51d 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 - type: git - version: main + - name: ansible.receptor + version: 2.0.3