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

@ -9,7 +9,7 @@
mode: '0755'
- name: General | Account Management | Mounts | Enable SSHFS (FreeBSD)
shell: "kldload fusefs"
shell: "{{ load_fusefs }}"
ignore_errors: yes
when: ansible_system == "FreeBSD"