summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/callback_default.out.check_markers_dry.stdout
blob: 8a3490977b1f28cf3647e7e45bbd479854afebc2 (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
75
76
77
78
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 ************************************************************************