diff --git a/tasks/general/acct_mgmt/keys.yml b/tasks/general/acct_mgmt/keys.yml
index bc4e43f..97900c6 100644
--- a/tasks/general/acct_mgmt/keys.yml
+++ b/tasks/general/acct_mgmt/keys.yml
@@ -5,19 +5,5 @@
   openssh_keypair:
     path: /root/.ssh/id_rsa
 
-- name: TEST DELETEME 1
-  shell: echo `whoami`
-  register: test1
-
-- debug: 
-    var: test1
-
-- name: TEST DELETEME 2
-  shell: echo `pwd`
-  register: test2
-
-- debug: 
-    var: test2
-
 - name: Join System to 1337 Share
-  shell: echo "ssh-copy-id -f ling@leet"
\ No newline at end of file
+  shell: ssh-copy-id ling@leet
\ No newline at end of file