From 2b70a2fa89f32e3a24edf8290c35170890fbfd99 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Thu, 13 Jun 2024 16:55:41 -0500 Subject: [PATCH] Update ah_ee_list.yml --- group_vars/all/ah_ee_list.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/group_vars/all/ah_ee_list.yml b/group_vars/all/ah_ee_list.yml index d8c6ba1..f4f9c2d 100644 --- a/group_vars/all/ah_ee_list.yml +++ b/group_vars/all/ah_ee_list.yml @@ -1,6 +1,7 @@ --- +ee_pull_collections_from_hub: false ee_list: - - name: config_as_code_ee + - name: config_as_code_ee9 dependencies: system: - unzip @@ -13,9 +14,10 @@ ee_list: - infra.controller_configuration - infra.ah_configuration - infra.ee_utilities - - infra.aap_utilities - awx.awx build_steps: append_final: - RUN dnf update -y + options: + package_manager_path: /usr/bin/microdnf ...