$ ansible-navigator run site.yml --mode stdout
PLAY [Verify a local automation workflow] **************************************
TASK [Gathering Facts] *********************************************************
ok: [localhost]
TASK [Inspect the local kernel] ************************************************
ok: [localhost]
TASK [Write the demo marker] ***************************************************
changed: [localhost]
TASK [Show the captured kernel] ************************************************
ok: [localhost] => {
"msg": "Kernel: Darwin"
}
TASK [Exercise a handled failure] **********************************************
[ERROR]: Task failed: Action failed: Intentional handled failure for the terminal capture.
Origin: site.yml:23:7
21 msg: 'Kernel: {{ kernel_name.stdout }}'
22
23 - name: Exercise a handled failure
^ column 7
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Intentional handled failure for the terminal capture."}
...ignoring
TASK [Skip an optional deployment step] ****************************************
skipping: [localhost]
PLAY RECAP *********************************************************************
localhost: ok=5 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=1