# 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] ********************************************************* Wednesday 31 August 2022 10:32:53 +0000 (0:00:00.019) 0:00:00.019 ****** ok: [sut] TASK [Run the role] ************************************************************ Wednesday 31 August 2022 10:32:54 +0000 (0:00:01.151) 0:00:01.171 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** Wednesday 31 August 2022 10:32:54 +0000 (0:00:00.038) 0:00:01.210 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set the mssql_ha_replica_type fact to appear in hostvars] **************** Wednesday 31 August 2022 10:32:54 +0000 (0:00:00.040) 0:00:01.251 ****** ok: [sut] => { "ansible_facts": { "mssql_ha_replica_type": "primary" }, "changed": false } TASK [Set up test environment for the ha_cluster role] ************************* Wednesday 31 August 2022 10:32:54 +0000 (0:00:00.070) 0:00:01.322 ****** to retry, use: --limit @/tmp/tests_configure_ha_cluster.retry PLAY RECAP ********************************************************************* sut : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Wednesday 31 August 2022 10:32:54 +0000 (0:00:00.027) 0:00:01.350 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.15s Set the mssql_ha_replica_type fact to appear in hostvars ---------------- 0.07s Unreachable task -------------------------------------------------------- 0.04s Run the role ------------------------------------------------------------ 0.04s Set up test environment for the ha_cluster role ------------------------- 0.03s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ERROR! the role 'fedora.linux_system_roles.ha_cluster' was not found in /WORKDIR/dist-git-mssql-input-multiple-sql-scripts-QBRTGp/tests/roles:/home/jenkins/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/WORKDIR/dist-git-mssql-input-multiple-sql-scripts-QBRTGp/tests The error appears to be in '/WORKDIR/dist-git-mssql-input-multiple-sql-scripts-QBRTGp/tests/tests_configure_ha_cluster.yml': line 120, 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 ---^---^---^---^---^---