From 390aec3e53670197940110d9ff68561ec5a00ebd Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sun, 25 Sep 2022 17:47:11 -0400 Subject: [PATCH] fixing the roles again --- playbooks/sshfs.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 325ce36..7ef1009 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -1,12 +1,12 @@ --- - hosts: mpdb roles: - - 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/ + - role: 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/