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