From 49035d671297d930efe37ca90c36c858d8d30bb4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 1 Feb 2021 05:10:17 -0600 Subject: [PATCH] Trying to troubleshoot. Previous commands did not help. --- tasks/general/acct_mgmt/keys.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/general/acct_mgmt/keys.yml b/tasks/general/acct_mgmt/keys.yml index 8e363e2..faa6fcc 100644 --- a/tasks/general/acct_mgmt/keys.yml +++ b/tasks/general/acct_mgmt/keys.yml @@ -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 \ No newline at end of file + shell: echo "ssh-copy-id -f ling@leet" \ No newline at end of file