"Fix" SSHFS for FreeBSD.

This commit is contained in:
2021-07-13 19:09:45 -05:00
parent 03c617e771
commit 0d09ef4963
3 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,7 @@
user: root
name: "1337 SSHFS"
special_time: reboot
job: "{{ sshfs_leet_cmd }}"
job: "kldload fusefs && {{ sshfs_leet_cmd }}"
state: absent
disabled: no
when: ansible_system == "FreeBSD"