summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/disable_excluders.yml
blob: 858912379e20d90d1dd2bd3e2e6eca280916bb56 (plain)
1
2
3
4
5
6
7
8
9
10
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