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