Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 436 Bytes

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 }}"