summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-05-11 11:46:34 -0400
committerRussell Teague <rteague@redhat.com>2017-05-16 11:20:26 -0400
commitc5c222eddb0b8950995105c4c406f5a5d0bfbacd (patch)
tree7f5cd9c30afb7f8f9e0d78696de0813078fb9928 /playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
parent15fd42020a0b5fee665c45cd23b9ba3bd152251d (diff)
downloadopenshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.gz
openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.bz2
openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.xz
openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.zip
Rework openshift_excluders role
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/post_control_plane.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/post_control_plane.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
index 8a60ef236..9b76f1dd0 100644
--- a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
@@ -124,7 +124,7 @@
tags:
- always
gather_facts: no
- tasks:
- - include_role:
- name: openshift_excluder
- tasks_from: enable
+ roles:
+ - role: openshift_excluder
+ r_openshift_excluder_action: enable
+ r_openshift_excluder_service_type: "{{ openshift.common.service_type }}"