main.yaml 184 B

123456
  1. ---
  2. - include_tasks: install.yaml
  3. when: openshift_node_problem_detector_state == 'present'
  4. - include_tasks: uninstall.yaml
  5. when: openshift_node_problem_detector_state == 'absent'