use async to run large downloads while doing other steps
diff --git a/roles/compute-prep/tasks/main.yml b/roles/compute-prep/tasks/main.yml
index 9a29e01..a62305f 100644
--- a/roles/compute-prep/tasks/main.yml
+++ b/roles/compute-prep/tasks/main.yml
@@ -13,7 +13,7 @@
 - name: Add head node ubuntu user key
   authorized_key:
     user=ubuntu
-    key="{{ hostvars[groups['head'][0]]['head_ssh_pubkey']['stdout'] }}"
+    key="{{ hostvars[groups['head'][0]]['sshkey']['stdout'] }}"
 
 - name: Add route via /etc/rc.local
   template: