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
@ -81,4 +81,4 @@
- name: General | Account Management | Mounts | Remount 1337 (FreeBSD)
shell: "{{ sshfs_leet_cmd }}"
when: ansible_system == "FreeBSD" and not sshfs_test.failed
when: ansible_system == "FreeBSD" and not sshfs_test.failed