Is there a way to make a playbook run in Ansible Tower also write an Ansible-style text log file? I need the output in this format to feed it into a Perl script after the run has finished.
I tried updating the "ansible.cfg" file in the playbook's directory to write the log file to a path "awx" can read/write with "log_path=</path/to/foo.log>" (I do not have process isolation enabled in Tower), but it seems to ignore this.
I am using Ansible Tower 3.8.6 with Ansible 2.9 on RHEL 7.9.