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