diff --git a/installer/build.yml b/installer/build.yml new file mode 100644 index 0000000000..da8f03c0bb --- /dev/null +++ b/installer/build.yml @@ -0,0 +1,6 @@ +--- +- name: Build AWX Docker Images + hosts: all + gather_facts: false + roles: + - { role: image_build }