diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 13:20:39 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-16 14:26:37 -0500 |
commit | 9f2de18076bbec19116351a7a3552d4fd2f6790a (patch) | |
tree | 386f45f949c1cb73707b6a0f529d04f0f676565c /images | |
parent | 7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff) | |
download | openshift-9f2de18076bbec19116351a7a3552d4fd2f6790a.tar.gz openshift-9f2de18076bbec19116351a7a3552d4fd2f6790a.tar.bz2 openshift-9f2de18076bbec19116351a7a3552d4fd2f6790a.tar.xz openshift-9f2de18076bbec19116351a7a3552d4fd2f6790a.zip |
Playbook Consolidation - openshift-checks
Diffstat (limited to 'images')
-rw-r--r-- | images/installer/README_INVENTORY_GENERATOR.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/README_INVENTORY_GENERATOR.md b/images/installer/README_INVENTORY_GENERATOR.md index 9c10e4b71..293bdb689 100644 --- a/images/installer/README_INVENTORY_GENERATOR.md +++ b/images/installer/README_INVENTORY_GENERATOR.md @@ -46,7 +46,7 @@ docker run -u `id -u` \ -v /tmp/origin/master/admin.kubeconfig:/opt/app-root/src/.kube/config:Z \ -v /tmp/origin/master/master-config.yaml:/opt/app-root/src/master-config.yaml:Z \ -e OPTS="-v --become-user root" \ - -e PLAYBOOK_FILE=playbooks/byo/openshift-checks/health.yml \ + -e PLAYBOOK_FILE=playbooks/openshift-checks/health.yml \ -e GENERATE_INVENTORY=true \ -e USER=`whoami` \ openshift/origin-ansible |