1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00
awx/installer/build.yml

8 lines
171 B
YAML

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