prototypes: xci: Look for SSH keys in $HOME directory
[releng.git] / prototypes / xci / playbooks / configure-opnfvhost.yml
index af90c9d..8656ff9 100644 (file)
@@ -99,4 +99,4 @@
     - name: Generate authorized_keys
       shell: "/bin/cat {{ OPNFV_SSH_HOST_KEYS_PATH }}/opnfv/root/.ssh/id_rsa.pub >> ../file/authorized_keys"
     - name: Append public keys to authorized_keys
-      shell: "/bin/cat /root/.ssh/id_rsa.pub >> ../file/authorized_keys"
+      shell: "/bin/cat {{ ansible_env.HOME }}/.ssh/id_rsa.pub >> ../file/authorized_keys"