diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-11-22 12:55:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 12:55:18 -0500 |
commit | 6cde29151f922127c7ea45a8949a015998739945 (patch) | |
tree | dca09f88a9482701241da92c798c8abe71b649e0 /roles/installer_checkpoint | |
parent | df81cfca01b7633a95359ed6097a9dd2f7b72f84 (diff) | |
parent | 3d20df36ec19c6401eef0789aaa2e0d352e6db25 (diff) | |
download | openshift-6cde29151f922127c7ea45a8949a015998739945.tar.gz openshift-6cde29151f922127c7ea45a8949a015998739945.tar.bz2 openshift-6cde29151f922127c7ea45a8949a015998739945.tar.xz openshift-6cde29151f922127c7ea45a8949a015998739945.zip |
Merge pull request #6220 from mtnbikenc/consolidate-openshift-management
Playbook Consolidation - openshift-management
Diffstat (limited to 'roles/installer_checkpoint')
-rw-r--r-- | roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index 87fc470e1..c332a8ac2 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -98,7 +98,7 @@ class CallbackModule(CallbackBase): }, 'installer_phase_management': { 'title': 'Management Install', - 'playbook': 'playbooks/byo/openshift-management/config.yml' + 'playbook': 'playbooks/openshift-management/config.yml' }, } |