gather facts for image builds so we can detect arch

related: https://github.com/ansible/awx/pull/7607/
This commit is contained in:
Ryan Petrello 2020-08-25 11:36:26 -04:00
parent e8cc4cee52
commit 04229ba14b
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

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