summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/callback_default.out.yaml_result_format_yaml_verbose.stdout
blob: 36437e59f4fa3c9a2145a21224413ffc4bd67b75 (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
PLAY [testhost] ****************************************************************

TASK [Sample task name] ********************************************************
ok: [testhost] => 
    msg: sample debug msg

TASK [Umlaut output] ***********************************************************
ok: [testhost] => 
    msg: |-
        äöü
        éêè
        ßï☺

TASK [Test to_yaml] ************************************************************
ok: [testhost] => 
    msg: |-
        'line 1

          line 2

          line 3

          '

PLAY RECAP *********************************************************************
testhost                   : ok=3    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0