use debug_var

This commit is contained in:
chris 2020-08-09 19:33:16 +02:00
parent 8bf62af0de
commit 44353af7df
1 changed files with 2 additions and 2 deletions

View File

@ -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