Add var param for debug.
This commit is contained in:
parent
922d0cfe82
commit
f220a0584c
@ -9,13 +9,15 @@
|
|||||||
shell: echo `whoami`
|
shell: echo `whoami`
|
||||||
register: test1
|
register: test1
|
||||||
|
|
||||||
- debug: test1
|
- debug:
|
||||||
|
var: test1
|
||||||
|
|
||||||
- name: TEST DELETEME 2
|
- name: TEST DELETEME 2
|
||||||
shell: echo `pwd`
|
shell: echo `pwd`
|
||||||
register: test2
|
register: test2
|
||||||
|
|
||||||
- debug: test2
|
- debug:
|
||||||
|
var: test2
|
||||||
|
|
||||||
- name: Join System to 1337 Share
|
- name: Join System to 1337 Share
|
||||||
shell: echo "ssh-copy-id -f ling@leet"
|
shell: echo "ssh-copy-id -f ling@leet"
|
Loading…
x
Reference in New Issue
Block a user