This is an ini file. Use = not :

This commit is contained in:
Kevin Fenzi 2018-11-02 21:24:10 +00:00
parent 6daf1ec47e
commit 4a94058c08

View file

@ -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'}]