mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
gather facts for image builds so we can detect arch
related: https://github.com/ansible/awx/pull/7607/
This commit is contained in:
parent
e8cc4cee52
commit
04229ba14b
@ -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"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user