From 2a25ca60d852d90ef9e6a1372a0861b0ff6b2842 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sun, 25 Sep 2022 18:20:00 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 13a666b..c80e0d6 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -5,14 +5,12 @@ ansible.builtin.user: name: ssfs - - name: SSHFS - import_role: - name: ansible_sshfs - vars: - remote_media_directory: Directory where disk is mounted on the remote machine - ssh_username: sshfs - ssh_server: home.thrace-lan.info:2200 - ssh_media_directory: /mnt/music/ - server_loc: sshfs@home.thrace-lan.info:/pool/MUSIC/ - - + - name: SSHFS + import_role: + name: ansible_sshfs + vars: + remote_media_directory: Directory where disk is mounted on the remote machine + ssh_username: sshfs + ssh_server: home.thrace-lan.info:2200 + ssh_media_directory: /mnt/music/ + server_loc: sshfs@home.thrace-lan.info:/pool/MUSIC/