mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -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:
@@ -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