Trying to troubleshoot. Previous commands did not help.

This commit is contained in:
Hyperling 2021-02-01 05:10:17 -06:00
parent dfe2270979
commit 49035d6712

View File

@ -6,10 +6,10 @@
path: /root/.ssh/id_rsa
- name: TEST DELETEME 1
shell: whoami
shell: echo `whoami`
- name: TEST DELETEME 2
shell: pwd
shell: echo `pwd`
- name: Join System to 1337 Share
shell: ssh-copy-id -f ling@leet
shell: echo "ssh-copy-id -f ling@leet"