mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Install oc and kubectl in upstream task image
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Remove local images to ensure proper push behavior
|
||||
# TODO: this code will not be necessary if and when docker_image can be configured to push if the image
|
||||
# Already exists locally
|
||||
# Pull request: https://github.com/ansible/ansible/pull/31863
|
||||
block:
|
||||
- name: Remove web image
|
||||
docker_image:
|
||||
@@ -25,7 +22,6 @@
|
||||
tag: "{{ awx_version }}"
|
||||
state: absent
|
||||
delegate_to: localhost
|
||||
when: docker_remove_local_images|default(False)|bool
|
||||
|
||||
- name: Tag and Push Container Images
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user