From 04229ba14bd60302696525fdb281ecae32c844ca Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 25 Aug 2020 11:36:26 -0400 Subject: [PATCH] gather facts for image builds so we can detect arch related: https://github.com/ansible/awx/pull/7607/ --- installer/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/build.yml b/installer/build.yml index 13b2b430b993..8ef6f2b1cecf 100644 --- a/installer/build.yml +++ b/installer/build.yml @@ -1,7 +1,7 @@ --- - name: Build AWX Docker Images hosts: all - gather_facts: false + gather_facts: true roles: - {role: image_build} - {role: image_push, when: "docker_registry is defined"}