ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-42g/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml ERROR! failed at splitting arguments, either an unbalanced jinja2 block or quotes: set -euo pipefail cd /var/log tar -czf /tmp/ipalogs.tgz \ $( [[ -e messages ]] && echo messages ) \ $( [[ -e ipaserver-install.log ]] && echo ipaserver-install.log ) \ $( [[ -e ipaclient-install.log ]] && echo ipaclient-install.log ) \ $( [[ -e pki ]] && echo pki ) chmod '0644' /tmp/ipalogs.tgz echo "===========================" echo " ipaserver-install.log" echo "===========================" cat ipaserver-install.log echo "===========================" echo " /var/log/messages echo "===========================" cat /var/log/messages The error appears to be in '/tmp/collections-42g/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml': line 111, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: changed_when: false - name: FAILURE - get logs for debugging ^ here