main.yml 151 B

123456
  1. ---
  2. - include_tasks: install.yml
  3. when: openshift_autoheal_deploy | bool
  4. - include_tasks: uninstall.yml
  5. when: not openshift_autoheal_deploy | bool