FreeBSD does not support nonempty.
This commit is contained in:
parent
e82c2d7818
commit
d1d11369c9
@ -8,7 +8,7 @@
|
|||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|
||||||
- name: General | Account Management | Mounts | Test SSHFS
|
- 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
|
register: sshfs_test
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
@ -81,4 +81,4 @@
|
|||||||
|
|
||||||
- name: General | Account Management | Mounts | Remount 1337 (FreeBSD)
|
- name: General | Account Management | Mounts | Remount 1337 (FreeBSD)
|
||||||
shell: "{{ sshfs_leet_cmd }}"
|
shell: "{{ sshfs_leet_cmd }}"
|
||||||
when: ansible_system == "FreeBSD" and not sshfs_test.failed
|
when: ansible_system == "FreeBSD" and not sshfs_test.failed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user