You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/callback_default/callback_default.out.check_...

79 lines
2.7 KiB
Plaintext

DRY RUN ************************************************************************
PLAY [A common play] [CHECK MODE] **********************************************
TASK [debug] [CHECK MODE] ******************************************************
ok: [testhost] => {
"msg": "ansible_check_mode: True"
}
TASK [Command] [CHECK MODE] ****************************************************
skipping: [testhost]
TASK [Command with check_mode: false] ******************************************
changed: [testhost]
TASK [Command with check_mode: true] [CHECK MODE] ******************************
skipping: [testhost]
PLAY [Play with check_mode: true (runs always in check_mode)] [CHECK MODE] *****
TASK [debug] [CHECK MODE] ******************************************************
ok: [testhost] => {
"msg": "ansible_check_mode: True"
}
TASK [Command] [CHECK MODE] ****************************************************
skipping: [testhost]
TASK [Command with check_mode: false] ******************************************
changed: [testhost]
TASK [Command with check_mode: true] [CHECK MODE] ******************************
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] [CHECK MODE] ******************************
skipping: [testhost]
PLAY [Play with a block with check_mode: true] [CHECK MODE] ********************
TASK [Command] [CHECK MODE] ****************************************************
skipping: [testhost]
TASK [Command with check_mode: false] ******************************************
changed: [testhost]
TASK [Command with check_mode: true] [CHECK MODE] ******************************
skipping: [testhost]
PLAY [Play with a block with check_mode: false] [CHECK MODE] *******************
TASK [Command] *****************************************************************
changed: [testhost]
TASK [Command with check_mode: false] ******************************************
changed: [testhost]
TASK [Command with check_mode: true] [CHECK MODE] ******************************
skipping: [testhost]
PLAY RECAP *********************************************************************
testhost : ok=10 changed=7 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0
DRY RUN ************************************************************************