Merge pull request #7990 from ryanpetrello/build-needs-facts

gather facts for image builds so we can detect arch

Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
             https://github.com/rooftopcellist
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-08-25 16:12:12 +00:00 committed by GitHub
commit 48f00587f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}