diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 7ef1009..db82fb7 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -1,7 +1,9 @@ --- - hosts: mpdb - roles: - - role: ansible_sshfs + tasks: + - name: SSHFS + import_role: + name: ansible_sshfs vars: remote_media_directory: Directory where disk is mounted on the remote machine ssh_username: sshfs