diff --git a/tasks/general/acct_mgmt/keys.yml b/tasks/general/acct_mgmt/keys.yml index 61cec87..8e363e2 100644 --- a/tasks/general/acct_mgmt/keys.yml +++ b/tasks/general/acct_mgmt/keys.yml @@ -5,5 +5,11 @@ openssh_keypair: path: /root/.ssh/id_rsa +- name: TEST DELETEME 1 + shell: whoami + +- name: TEST DELETEME 2 + shell: pwd + - name: Join System to 1337 Share - shell: "ssh-copy-id -f ling@leet" \ No newline at end of file + shell: ssh-copy-id -f ling@leet \ No newline at end of file