summaryrefslogtreecommitdiffstats
path: root/installer/build.yml
blob: 13b2b430b9934517d76386f59c209cf12c8fb7be (plain)
1
2
3
4
5
6
7
---
- name: Build AWX Docker Images
  hosts: all
  gather_facts: false
  roles:
    - {role: image_build}
    - {role: image_push, when: "docker_registry is defined"}