summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/callback_default.out.check_nomarkers_dry.stdout
blob: e984d499dfaa0d964c9e911377a0f0809d2bc6c1 (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: 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