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