mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -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
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
gather_facts: true
|
||||
roles:
|
||||
- {role: image_build}
|
||||
- {role: image_push, when: "docker_registry is defined"}
|
||||
|
||||
Reference in New Issue
Block a user