main.yml 241 B

12345678
  1. ---
  2. - name: find check failures
  3. set_fact:
  4. oo_preflight_check_failures: "{{ oo_preflight_check_results | select('failed', 'equalto', True) | list }}"
  5. - name: ensure all checks succeed
  6. action: fail
  7. when: oo_preflight_check_failures