Remove unnecessary conditional from image build task

This commit is contained in:
Shane McDonald
2020-12-29 19:14:16 -05:00
parent b857fb5074
commit 642e6f792c

View File

@@ -29,7 +29,6 @@
# Calling Docker directly because docker-py doesnt support BuildKit
- name: Build AWX image
command: docker build -t {{ awx_image }}:{{ awx_version }} ..
when: use_container_for_build|default(true)|bool
- name: Tag awx images as latest
command: "docker tag {{ item }}:{{ awx_version }} {{ item }}:latest"