mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
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:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Build AWX Docker Images
|
- name: Build AWX Docker Images
|
||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: false
|
gather_facts: true
|
||||||
roles:
|
roles:
|
||||||
- {role: image_build}
|
- {role: image_build}
|
||||||
- {role: image_push, when: "docker_registry is defined"}
|
- {role: image_push, when: "docker_registry is defined"}
|
||||||
|
|||||||
Reference in New Issue
Block a user