mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
8 lines
171 B
YAML
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" }
|