Don't pull cli image when we're not containerized
@@ -35,6 +35,7 @@
docker pull {{ item }}:latest
with_items:
- "{{ openshift.common.cli_image }}"
+ when: openshift.common.is_containerized | bool
###############################################################################
# Upgrade Masters