Python 3 / Upstream Kubernetes

This commit is contained in:
Shane McDonald
2019-01-14 17:33:01 -05:00
committed by Ryan Petrello
parent 2016798e0f
commit 04da4503db
6 changed files with 16 additions and 8 deletions

View File

@@ -191,6 +191,7 @@
dockerfile: Dockerfile
name: "{{ web_image }}"
tag: "{{ awx_version }}"
force: yes
delegate_to: localhost
- name: Build base task image
@@ -204,6 +205,7 @@
name: "{{ task_image }}"
tag: "{{ awx_version }}"
pull: no
force: yes
delegate_to: localhost
- name: Tag task and web images as latest