FreeBSD does not support nonempty.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user