summaryrefslogtreecommitdiff
path: root/test/integration/targets/callback_default/callback_default.out.hide_ok.stdout
blob: 9ce13aeea66eece2558ba05c3f4fd87098e5e4e6 (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

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

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

TASK [Failed task] *************************************************************
fatal: [testhost]: FAILED! => {"changed": false, "msg": "no reason"}
...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 [EXPECTED FAILURE Failed task to be rescued] ******************************
fatal: [testhost]: FAILED! => {"changed": false, "msg": "Failed as requested from task"}

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

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

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

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

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

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

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