PLAY [A common play] *********************************************************** TASK [debug] ******************************************************************* ok: [testhost] => { "msg": "ansible_check_mode: True" } TASK [Command] ***************************************************************** skipping: [testhost] TASK [Command with check_mode: false] ****************************************** changed: [testhost] TASK [Command with check_mode: true] ******************************************* skipping: [testhost] PLAY [Play with check_mode: true (runs always in check_mode)] ****************** TASK [debug] ******************************************************************* ok: [testhost] => { "msg": "ansible_check_mode: True" } TASK [Command] ***************************************************************** skipping: [testhost] TASK [Command with check_mode: false] ****************************************** changed: [testhost] TASK [Command with check_mode: true] ******************************************* skipping: [testhost] PLAY [Play with check_mode: false (runs always in wet mode)] ******************* TASK [debug] ******************************************************************* ok: [testhost] => { "msg": "ansible_check_mode: True" } TASK [Command] ***************************************************************** changed: [testhost] TASK [Command with check_mode: false] ****************************************** changed: [testhost] TASK [Command with check_mode: true] ******************************************* skipping: [testhost] PLAY [Play with a block with check_mode: true] ********************************* TASK [Command] ***************************************************************** skipping: [testhost] TASK [Command with check_mode: false] ****************************************** changed: [testhost] TASK [Command with check_mode: true] ******************************************* skipping: [testhost] PLAY [Play with a block with check_mode: false] ******************************** TASK [Command] ***************************************************************** changed: [testhost] TASK [Command with check_mode: false] ****************************************** changed: [testhost] TASK [Command with check_mode: true] ******************************************* skipping: [testhost] PLAY RECAP ********************************************************************* testhost : ok=10 changed=7 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0