From 4a94058c08db0007cb3ac3b4f8330e2b557a1ff4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 2 Nov 2018 21:24:10 +0000 Subject: [PATCH] This is an ini file. Use = not : --- .../templates/cluster-inventory-stg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 index 0d08fe3a30..c2cd6f3d46 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 @@ -216,7 +216,7 @@ oreg_auth_password="{{ os_stg_registry_password }}" # NOTE: oreg_url must be defined by the user for oreg_auth_* to have any affect. # oreg_auth_pass should be generated from running docker login. # To update registry auth credentials, uncomment the following: -oreg_auth_credentials_replace: True +oreg_auth_credentials_replace=True # OpenShift repository configuration #openshift_additional_repos=[{'id': 'openshift-origin-copr', 'name': 'OpenShift Origin COPR', 'baseurl': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/epel-7-$basearch/', 'enabled': 1, 'gpgcheck': 1, 'gpgkey': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg'}]