# STDOUT:
---v---v---v---v---v---
ansible-playbook [core 2.16.0]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible
  ansible collection location = /WORKDIR/git-weekly-cipz1ucxvt/.collection
  executable location = /opt/ansible-2.16/bin/ansible-playbook
  python version = 3.11.5 (main, Sep  7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python)
  jinja version = 3.1.2
  libyaml = True
Using /etc/ansible/ansible.cfg as config file

---^---^---^---^---^---

# STDERR:
---v---v---v---v---v---
[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ERROR! the role 'linux-system-roles.template' was not found in /WORKDIR/git-weekly-cipz1ucxvt/tests/roles:/home/jenkins/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/WORKDIR/git-weekly-cipz1ucxvt/tests

The error appears to be in '/WORKDIR/git-weekly-cipz1ucxvt/tests/tests_default.yml': line 7, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  roles:
    - linux-system-roles.template
      ^ here

---^---^---^---^---^---