From 2e6e38e77cbee24fe824d395b9e1ca80cd656e37 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 5 Apr 2021 09:03:47 -0400 Subject: [PATCH] Update placeholder image variable in inventory file --- tools/docker-compose/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/inventory b/tools/docker-compose/inventory index 6a55bf6c46..3f9b08d920 100644 --- a/tools/docker-compose/inventory +++ b/tools/docker-compose/inventory @@ -15,5 +15,5 @@ localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env pyth # pg_username="" # pg_hostname="" -# awx_image="ansible/awx" +# awx_image="quay.io/awx/awx_devel" # migrate_local_docker=false