From 3201436edbfcdecfda246c7a9fad8f0b6cc47653 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 25 Sep 2017 12:22:59 -0400 Subject: [PATCH] Add image builder playbook for installer --- installer/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 installer/build.yml 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 }