Variablize FreeBSD's loading of fusefs.

This commit is contained in:
2021-07-13 21:02:56 -05:00
parent 0d09ef4963
commit 67cea8ed34
3 changed files with 11 additions and 5 deletions

View File

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