awx/installer/build.yml

8 lines
166 B
YAML

---
- name: Build AWX Docker Images
hosts: all
gather_facts: true
roles:
- {role: image_build}
- {role: image_push, when: "docker_registry is defined"}