I am transitioning my project to have the Ansible Runner’s Input Directory Hierarchy structure.
I currently have the following ansible.cfg
stdout_callback = yaml
host_key_checking = False
I cannot find any documentation where this information needs to be placed in the the Input Directory Hierarchy Structure for my project.
I wish to see my ansible-runner
STDOUT logs in the YAML format but I am seeing them in the JSON format at the moment.