summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/callback_default.out.failed_to_stderr.stdout
blob: 87af5bec535d883dc4af363554b46ce492b209dc (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
PLAY [testhost] ****************************************************************

TASK [Changed task] ************************************************************
changed: [testhost]

TASK [Ok task] *****************************************************************
ok: [testhost]

TASK [Failed task] *************************************************************
...ignoring

TASK [Skipped task] ************************************************************
skipping: [testhost]

TASK [Task with var in name (foo bar)] *****************************************
changed: [testhost]

TASK [Loop task] ***************************************************************
changed: [testhost] => (item=foo-1)
changed: [testhost] => (item=foo-2)
changed: [testhost] => (item=foo-3)

TASK [debug loop] **************************************************************
changed: [testhost] => (item=debug-1) => {
    "msg": "debug-1"
}
ok: [testhost] => (item=debug-3) => {
    "msg": "debug-3"
}
skipping: [testhost] => (item=debug-4) 
...ignoring

TASK [EXPECTED FAILURE Failed task to be rescued] ******************************

TASK [Rescue task] *************************************************************
changed: [testhost]

TASK [include_tasks] ***********************************************************
included: .../test/integration/targets/callback_default/include_me.yml for testhost => (item=1)

TASK [debug] *******************************************************************
ok: [testhost] => {
    "item": 1
}

TASK [copy] ********************************************************************
changed: [testhost]

TASK [replace] *****************************************************************
--- before: .../test_diff.txt
+++ after: .../test_diff.txt
@@ -1 +1 @@
-foo
\ No newline at end of file
+bar
\ No newline at end of file

changed: [testhost]

TASK [replace] *****************************************************************
ok: [testhost]

TASK [debug] *******************************************************************
skipping: [testhost]

TASK [debug] *******************************************************************
skipping: [testhost]

TASK [debug] *******************************************************************
skipping: [testhost] => (item=1) 
skipping: [testhost] => (item=2) 
skipping: [testhost]

RUNNING HANDLER [Test handler 1] ***********************************************
changed: [testhost]

RUNNING HANDLER [Test handler 2] ***********************************************
ok: [testhost]

RUNNING HANDLER [Test handler 3] ***********************************************
changed: [testhost]

PLAY [testhost] ****************************************************************

TASK [First free task] *********************************************************
changed: [testhost]

TASK [Second free task] ********************************************************
changed: [testhost]

TASK [Include some tasks] ******************************************************
included: .../test/integration/targets/callback_default/include_me.yml for testhost => (item=1)

TASK [debug] *******************************************************************
ok: [testhost] => {
    "item": 1
}

PLAY RECAP *********************************************************************
testhost                   : ok=19   changed=11   unreachable=0    failed=0    skipped=4    rescued=1    ignored=2