diff options
author | Jan Chaloupka <jchaloup@redhat.com> | 2017-03-09 16:35:48 +0100 |
---|---|---|
committer | Jan Chaloupka <jchaloup@redhat.com> | 2017-03-09 18:07:13 +0100 |
commit | 37ca540a70756cdbbbc42da78b62c6738eb9259b (patch) | |
tree | bdde045c6dd99a542c91baac5377afeab7284394 /playbooks/common/openshift-cluster/config.yml | |
parent | 39e84a426f511d0f415e9b241de0f97bce4faa46 (diff) | |
download | openshift-37ca540a70756cdbbbc42da78b62c6738eb9259b.tar.gz openshift-37ca540a70756cdbbbc42da78b62c6738eb9259b.tar.bz2 openshift-37ca540a70756cdbbbc42da78b62c6738eb9259b.tar.xz openshift-37ca540a70756cdbbbc42da78b62c6738eb9259b.zip |
re-enable excluders if they are enabled after openshift version detection
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 82f711f40..ff4c4b0d7 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -60,3 +60,7 @@ - include: openshift_hosted.yml tags: - hosted + +- include: reset_excluder.yml + tags: + - always |