mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Python 3 / Upstream Kubernetes
This commit is contained in:
committed by
Ryan Petrello
parent
2016798e0f
commit
04da4503db
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user