# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Verify the role on the primary node] ************************************* TASK [Gathering Facts] ********************************************************* ok: [sut] TASK [Set the mssql_ha_replica_type fact to appear in hostvars] **************** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set up test environment for the ha_cluster role] ************************* to retry, use: --limit @/tmp/tests_configure_ha_cluster.retry PLAY RECAP ********************************************************************* sut : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ERROR! the role 'fedora.linux_system_roles.ha_cluster' was not found in /WORKDIR/dist-git-mssql-configure_ha-ZpjXlf/tests/roles:/home/jenkins/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/WORKDIR/dist-git-mssql-configure_ha-ZpjXlf/tests The error appears to be in '/WORKDIR/dist-git-mssql-configure_ha-ZpjXlf/tests/tests_configure_ha_cluster.yml': line 48, column 15, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: include_role: name: fedora.linux_system_roles.ha_cluster ^ here ---^---^---^---^---^---