disable_excluder.yml 554 B

1234567891011121314151617
  1. ---
  2. - name: Record excluder state and disable
  3. hosts: l_oo_all_hosts
  4. gather_facts: no
  5. tasks:
  6. # During installation the excluders are installed with present state.
  7. # So no pre-validation check here as the excluders are either to be installed (present = latest)
  8. # or they are not going to be updated if already installed
  9. # disable excluders based on their status
  10. - include_role:
  11. name: openshift_excluder
  12. tasks_from: disable
  13. vars:
  14. openshift_excluder_package_state: present
  15. docker_excluder_package_state: present