summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2017-06-23 13:30:59 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2017-06-23 13:30:59 +0200
commit8349ed6089ad100a5c34634c92520e9da9e86376 (patch)
tree383f7abdf4acff87646bcc87266ff9958250a6fc /images
parentfabc141055b93d541701c82ce71d31a0a1d1bb6f (diff)
downloadopenshift-8349ed6089ad100a5c34634c92520e9da9e86376.tar.gz
openshift-8349ed6089ad100a5c34634c92520e9da9e86376.tar.bz2
openshift-8349ed6089ad100a5c34634c92520e9da9e86376.tar.xz
openshift-8349ed6089ad100a5c34634c92520e9da9e86376.zip
images, syscontainer: change default value for ANSIBLE_CONFIG
Change it to /usr/share/atomic-openshift-utils/ansible.cfg Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1461281 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'images')
-rw-r--r--images/installer/system-container/root/exports/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/system-container/root/exports/manifest.json b/images/installer/system-container/root/exports/manifest.json
index 321a84ee8..8b984d7a3 100644
--- a/images/installer/system-container/root/exports/manifest.json
+++ b/images/installer/system-container/root/exports/manifest.json
@@ -6,7 +6,7 @@
"VAR_LOG_OPENSHIFT_LOG": "/var/log/ansible.log",
"PLAYBOOK_FILE": "/usr/share/ansible/openshift-ansible/playbooks/byo/config.yml",
"HOME_ROOT": "/root",
- "ANSIBLE_CONFIG": "/usr/share/ansible/openshift-ansible/ansible.cfg",
+ "ANSIBLE_CONFIG": "/usr/share/atomic-openshift-utils/ansible.cfg",
"INVENTORY_FILE": "/dev/null"
}
}