Add var param for debug.

This commit is contained in:
Hyperling 2021-02-01 05:17:51 -06:00
parent 922d0cfe82
commit f220a0584c

View File

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