diff --git a/playbooks/97_test.yml b/playbooks/97_test.yml index 78a196e..801025e 100644 --- a/playbooks/97_test.yml +++ b/playbooks/97_test.yml @@ -12,4 +12,4 @@ register: result - debug: - msg: {{ result.stdout }} \ No newline at end of file + msg: "{{ result }}" \ No newline at end of file