From 44353af7dfe20b26655787ed969ca703995e7cda Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 9 Aug 2020 19:33:16 +0200 Subject: [PATCH] use debug_var --- source_control/play.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_control/play.yml b/source_control/play.yml index 2164296..beb7030 100644 --- a/source_control/play.yml +++ b/source_control/play.yml @@ -11,7 +11,7 @@ register: testout - name: dump org output debug: - msg: '{{ testout }}' + var: testout - name: create a repo gitea_repository: gitea_url: https://git.zknt.org @@ -26,4 +26,4 @@ register: testout - name: dump repo output debug: - msg: '{{ testout }}' + var: testout