From cd0d3272d15f66ae9deb930494062abcf1394eb2 Mon Sep 17 00:00:00 2001 From: EamonTracey Date: Thu, 20 Jul 2023 11:40:49 -0400 Subject: [PATCH] remove ah collection registry indexing test No-Issue Signed-off-by: EamonTracey --- dev/ah_collection_plays/ee.yml | 58 ++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/dev/ah_collection_plays/ee.yml b/dev/ah_collection_plays/ee.yml index 27d1e7e843..b41b0c86c5 100644 --- a/dev/ah_collection_plays/ee.yml +++ b/dev/ah_collection_plays/ee.yml @@ -21,34 +21,36 @@ ah_password: "{{ ah_password }}" ah_path_prefix: "{{ ah_path_prefix }}" - - name: Index redhat.io registry - ansible.automation_hub.ah_ee_registry_index: - name: redhat - ah_host: "{{ ah_host }}" - ah_username: "{{ ah_username }}" - ah_password: "{{ ah_password }}" - ah_path_prefix: "{{ ah_path_prefix }}" - - - name: Update aap22ee29rhel8 ee repository - ansible.automation_hub.ah_ee_repository: - name: ansible-automation-platform-22/ee-29-rhel8 - description: AAP RHEL execution environment - readme: | - # RHEL execution environment - * Contains ansible - ah_host: "{{ ah_host }}" - ah_username: "{{ ah_username }}" - ah_password: "{{ ah_password }}" - ah_path_prefix: "{{ ah_path_prefix }}" - - - name: Delete the aap22ee29rhel8 repository - ansible.automation_hub.ah_ee_repository: - name: ansible-automation-platform-22/ee-29-rhel8 - state: absent - ah_host: "{{ ah_host }}" - ah_username: "{{ ah_username }}" - ah_password: "{{ ah_password }}" - ah_path_prefix: "{{ ah_path_prefix }}" + # Can be uncommented after AAH-2607 is resolved. + # + # - name: Index redhat.io registry + # ansible.automation_hub.ah_ee_registry_index: + # name: redhat + # ah_host: "{{ ah_host }}" + # ah_username: "{{ ah_username }}" + # ah_password: "{{ ah_password }}" + # ah_path_prefix: "{{ ah_path_prefix }}" + # + # - name: Update aap22ee29rhel8 ee repository + # ansible.automation_hub.ah_ee_repository: + # name: ansible-automation-platform-22/ee-29-rhel8 + # description: AAP RHEL execution environment + # readme: | + # # RHEL execution environment + # * Contains ansible + # ah_host: "{{ ah_host }}" + # ah_username: "{{ ah_username }}" + # ah_password: "{{ ah_password }}" + # ah_path_prefix: "{{ ah_path_prefix }}" + # + # - name: Delete the aap22ee29rhel8 repository + # ansible.automation_hub.ah_ee_repository: + # name: ansible-automation-platform-22/ee-29-rhel8 + # state: absent + # ah_host: "{{ ah_host }}" + # ah_username: "{{ ah_username }}" + # ah_password: "{{ ah_password }}" + # ah_path_prefix: "{{ ah_path_prefix }}" - name: Delete the redhat.io registry ansible.automation_hub.ah_ee_registry: