# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Ensure all nodes have the same number of SBD devices] ******************** TASK [Gathering Facts] ********************************************************* ok: [sut] TASK [Set SBD devices variable] ************************************************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print set SBD devices] *************************************************** skipping: [sut] => {} TASK [Run the role] ************************************************************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset SBD devices variable] ********************************************** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Message] ***************************************************************** ok: [sut] => {} MSG: This test needs two or more nodes PLAY RECAP ********************************************************************* sut : ok=2 changed=0 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---