From 8472e3a26d980b6e751a98eb09df22f93a13e1d8 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Wed, 5 Oct 2022 16:21:54 -0400 Subject: [PATCH] update instance install bundle requirement bump receptor collection to published v1.0.0 --- awx/api/templates/instance_install_bundle/requirements.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/awx/api/templates/instance_install_bundle/requirements.yml b/awx/api/templates/instance_install_bundle/requirements.yml index 392fee836b..515f3da2a4 100644 --- a/awx/api/templates/instance_install_bundle/requirements.yml +++ b/awx/api/templates/instance_install_bundle/requirements.yml @@ -1,6 +1,4 @@ --- collections: - name: ansible.receptor - source: https://github.com/ansible/receptor-collection/ - type: git - version: 0.1.1 + version: 1.0.0