ansible-playbook [core 2.17.8] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-Z4T executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-Z4T/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. 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-Z4T/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