diff options
author | Russell Teague <rteague@redhat.com> | 2017-10-12 08:53:18 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-10-12 10:53:38 -0400 |
commit | 076ed1a0ea6176ed02e78f071e6375ab342e8c64 (patch) | |
tree | 4ba8d1d0f87b6c7f823675cdad1c933b80e2e50a /playbooks/byo | |
parent | 45725a38dd8ee6db16a89144f1e14c30f98440b8 (diff) | |
download | openshift-076ed1a0ea6176ed02e78f071e6375ab342e8c64.tar.gz openshift-076ed1a0ea6176ed02e78f071e6375ab342e8c64.tar.bz2 openshift-076ed1a0ea6176ed02e78f071e6375ab342e8c64.tar.xz openshift-076ed1a0ea6176ed02e78f071e6375ab342e8c64.zip |
Refactor openshift-management entry point
Diffstat (limited to 'playbooks/byo')
-rw-r--r-- | playbooks/byo/openshift-management/config.yml | 2 | ||||
-rw-r--r-- | playbooks/byo/openshift-management/uninstall.yml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/byo/openshift-management/config.yml b/playbooks/byo/openshift-management/config.yml index 33a555cc1..e8795ef85 100644 --- a/playbooks/byo/openshift-management/config.yml +++ b/playbooks/byo/openshift-management/config.yml @@ -1,7 +1,5 @@ --- - include: ../openshift-cluster/initialize_groups.yml - tags: - - always - include: ../../common/openshift-cluster/evaluate_groups.yml diff --git a/playbooks/byo/openshift-management/uninstall.yml b/playbooks/byo/openshift-management/uninstall.yml index ebd6fb261..a1fb1cdc4 100644 --- a/playbooks/byo/openshift-management/uninstall.yml +++ b/playbooks/byo/openshift-management/uninstall.yml @@ -1,6 +1,4 @@ --- # - include: ../openshift-cluster/initialize_groups.yml -# tags: -# - always - include: ../../common/openshift-management/uninstall.yml |