summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/callback_default.out.check_markers_wet.stdout
blob: f5f45105afb3e2486091042863f8b5256220106e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
PLAY [A common play] ***********************************************************

TASK [debug] *******************************************************************
ok: [testhost] => {
    "msg": "ansible_check_mode: False"
}

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 check_mode: true (runs always in check_mode)] [CHECK MODE] *****

TASK [debug] [CHECK MODE] ******************************************************
ok: [testhost] => {
    "msg": "ansible_check_mode: False"
}

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: False"
}

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] *********************************

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] ********************************

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=11   changed=8    unreachable=0    failed=0    skipped=7    rescued=0    ignored=0