use debug_var
This commit is contained in:
parent
8bf62af0de
commit
44353af7df
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue