Testing Red Hat Operators on FIPS-enabled clusters

Spreadsheet

Data to be set from an assessment

A pass/fail should be set in facts to communicate to the caller the result. As of now, this is a simple string of "pass" or "fail":

- name: Create result
  ansible.builtin.set_fact:
    assessment_result: "{{ test_result }}"