summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/callback_default.out.yaml_result_format_yaml_verbose.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/callback_default/callback_default.out.yaml_result_format_yaml_verbose.stdout')
-rw-r--r--test/integration/targets/callback_default/callback_default.out.yaml_result_format_yaml_verbose.stdout29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/integration/targets/callback_default/callback_default.out.yaml_result_format_yaml_verbose.stdout b/test/integration/targets/callback_default/callback_default.out.yaml_result_format_yaml_verbose.stdout
new file mode 100644
index 0000000..36437e5
--- /dev/null
+++ b/test/integration/targets/callback_default/callback_default.out.yaml_result_format_yaml_verbose.stdout
@@ -0,0 +1,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
+