summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml
blob: 847c22085c336e0a32fd57ae0031f8291fd44ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: Disable excluders
  hosts: oo_nodes_to_config
  gather_facts: no
  tasks:
  - include_role:
      name: openshift_excluder
      tasks_from: verify_upgrade
  - include_role:
      name: openshift_excluder
      tasks_from: disable
    vars:
      openshift_excluder_package_state: latest
      docker_excluder_package_state: latest