diff --git a/tasks/spideroak.yml b/tasks/spideroak.yml
index 1ab4c8addae7be6ae18f2510bb2316fef769369c..8765923fe34edbf4156514024af6d6b8070d62fd 100644
--- a/tasks/spideroak.yml
+++ b/tasks/spideroak.yml
@@ -8,7 +8,7 @@
 
 - name: "Apt Key"
   apt_key:
-    url='https://spideroak.com/dist/spideroak-apt-2013.asc'
+    url='https://spideroak.com/dist/spideroak-apt-2016.asc'
     state=present
 
 - name: "Apt Repository"
@@ -19,7 +19,7 @@
 
 - name: "Install SpiderOak Agent"
   apt:
-    pkg='spideroak'
+    pkg='spideroakone'
     state='installed'
     update_cache=yes