Test SSHFS so that bad FSTAB entries don't get created on Linux when they'll break.

This commit is contained in:
2021-02-07 08:03:13 -06:00
parent c821cb0550
commit 682377a503
2 changed files with 22 additions and 5 deletions

View File

@ -16,5 +16,5 @@
cups_pattern: cupsd
cups_browse: cups-browsed
cups_browse_pattern: cups-browsed
sshfs_leet_cmd: "sshfs {{ leet_ssh }}: /mnt/leet -o allow_other,_netdev"
sshfs_leet_cmd: "sshfs {{ leet_ssh }}: /mnt/leet -o defaults,allow_other,_netdev"
when: ansible_system == "FreeBSD"