From 01fe816fe815901a779870f15e41f2e001827a63 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Wed, 11 Aug 2021 11:41:12 -0400 Subject: [PATCH] use awx-ee:latest We are updating the requirements in awx to get the latest receptor and runner in the task container, we should also have the latest in the EE see https://github.com/ansible/awx/pull/10861 and https://github.com/ansible/awx/pull/10858 --- roles/installer/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index 3023fcd5..6e7bd897 100644 --- a/roles/installer/defaults/main.yml +++ b/roles/installer/defaults/main.yml @@ -134,9 +134,9 @@ init_container_extra_volume_mounts: '' ee_images: - name: AWX EE 0.5.0 - image: quay.io/ansible/awx-ee:0.5.0 + image: quay.io/ansible/awx-ee:latest -control_plane_ee_image: quay.io/ansible/awx-ee:0.5.0 +control_plane_ee_image: quay.io/ansible/awx-ee:latest create_preload_data: true