FreeBSD does not support nonempty.

This commit is contained in:
Hyperling 2021-02-07 15:19:33 -06:00
parent e82c2d7818
commit d1d11369c9

View File

@ -8,7 +8,7 @@
mode: '0755'
- name: General | Account Management | Mounts | Test SSHFS
shell: "sshfs {{ leet_ssh }}: /mnt/test -o allow_other,nonempty"
shell: "sshfs {{ leet_ssh }}: /mnt/test -o allow_other"
register: sshfs_test
ignore_errors: yes