summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/disable_excluders.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/disable_excluders.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/disable_excluders.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/disable_excluders.yml b/playbooks/common/openshift-cluster/upgrades/disable_excluders.yml
new file mode 100644
index 000000000..858912379
--- /dev/null
+++ b/playbooks/common/openshift-cluster/upgrades/disable_excluders.yml
@@ -0,0 +1,11 @@
+---
+- name: Disable excluders
+ hosts: "{{ l_upgrade_excluder_hosts }}"
+ gather_facts: no
+ roles:
+ - role: openshift_excluder
+ r_openshift_excluder_action: disable
+ r_openshift_excluder_verify_upgrade: true
+ r_openshift_excluder_upgrade_target: "{{ openshift_upgrade_target }}"
+ r_openshift_excluder_package_state: latest
+ r_openshift_excluder_docker_package_state: latest