docker.images/ansible.awx/awx-17.1.0/installer/build.yml

8 lines
172 B
YAML

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