From 49316624ac41232fce3f38c568ee5dd38fe511b7 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 07:56:16 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"