# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Maximal SBD configuration] *********************************************** TASK [Gathering Facts] ********************************************************* ok: [sut] TASK [Set SBD devices and watchdogs] ******************************************* fatal: [sut]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: '__test_sbd_mount' is undefined The error appears to be in '/WORKDIR/dist-git-ha_cluster-setup-test-vars-R5wfb1/tests/tests_sbd_all_options.yml': line 23, column 11, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - block: - name: Set SBD devices and watchdogs ^ here TASK [Unset SBD devices and watchdogs] ***************************************** ok: [sut] => { "ansible_facts": { "ha_cluster": null }, "changed": false } TASK [Clean up test environment for SBD] *************************************** TASK [linux-system-roles.ha_cluster : Unount SBD devices] ********************** fatal: [sut]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: '__test_sbd_mount' is undefined The error appears to be in '/WORKDIR/dist-git-ha_cluster-setup-test-vars-R5wfb1/tests/roles/linux-system-roles.ha_cluster/tasks/test_cleanup_sbd.yml': line 3, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: --- - name: Unount SBD devices ^ here to retry, use: --limit @/tmp/tests_sbd_all_options.retry PLAY RECAP ********************************************************************* sut : ok=2 changed=0 unreachable=0 failed=2 skipped=0 rescued=0 ignored=0 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---