I am trying to find whether a certain letter exists in an stdout_lines array.
I want the role to run if there is a ‘P’ found in the stdout_output.
The stdout_lines array looks like this “stdout”: “P\r\nA\r\nS\r\nI\r\n”, “stdout_lines”: [“P”, “A”, “S”, “I”]
myrole.yml