summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2018-01-26 16:13:51 -0500
committerMichael Gugino <mgugino@redhat.com>2018-01-26 16:13:51 -0500
commit4b9d2e15f0ec37142952e3988c92eb6d0187abfc (patch)
treef3717fe67c063e94c09ed3f1c92b76702b93c4c8 /roles/container_runtime
parent1621ce6ff30d87a3daeb2f1d624c7fa3e01329aa (diff)
downloadopenshift-4b9d2e15f0ec37142952e3988c92eb6d0187abfc.tar.gz
openshift-4b9d2e15f0ec37142952e3988c92eb6d0187abfc.tar.bz2
openshift-4b9d2e15f0ec37142952e3988c92eb6d0187abfc.tar.xz
openshift-4b9d2e15f0ec37142952e3988c92eb6d0187abfc.zip
Fix container_runtime variable typo
'Centos' should be 'CentOS' as it corresponds to the ansible variable that determines the linux distro.
Diffstat (limited to 'roles/container_runtime')
-rw-r--r--roles/container_runtime/defaults/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/container_runtime/defaults/main.yml b/roles/container_runtime/defaults/main.yml
index 8203d15f5..f849e18c7 100644
--- a/roles/container_runtime/defaults/main.yml
+++ b/roles/container_runtime/defaults/main.yml
@@ -117,7 +117,7 @@ l_crio_image: "{{ openshift_crio_systemcontainer_image_override | default(l_crio
# ----------------------- #
l_crt_docker_image_dict:
Fedora: "registry.fedoraproject.org/latest/docker"
- Centos: "registry.centos.org/projectatomic/docker"
+ CentOS: "registry.centos.org/projectatomic/docker"
RedHat: "registry.access.redhat.com/openshift3/container-engine"
openshift_docker_image_tag_default: "latest"