diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 7b17e43..a75e6c1 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -10,10 +10,11 @@ username: "sshfs" sshfsport: 22000 tasks: - - name: sshfs + - name: sshfs install apt: name: sshfs state: latest + update_cache: yes - name: copy private key copy: src: "./sshfs-key"