diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 78036735d0..5e101d4d4a 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -21,7 +21,7 @@ openshift_enable_unsupported_configurations=true # Have upgrader also restart systems in a rolling manner. openshift_rolling_restart_mode=system # Disable the disk and package version tests -openshift_disable_check=disk_availability,package_version +openshift_disable_check=disk_availability,package_version,docker_image_availability # SSH user, this user should allow ssh based auth without requiring a # password. If using ssh key based auth, then the key should be managed by an # ssh agent.