add support to install sshfs
This commit is contained in:
parent
0ab1f2d078
commit
8f17a34bd2
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
name: nfs-client
|
||||
when: mounts.values()|selectattr("type", "equalto", "nfs")|list|length > 0
|
||||
|
||||
- name: install sshfs tools
|
||||
package:
|
||||
name: sshfs
|
||||
when: mounts.values()|selectattr("type", "equalto", "fuse.sshfs")|list|length > 0
|
||||
|
||||
- name: handle single mount
|
||||
include_tasks: mount.yml
|
||||
loop: "{{ mounts|dict2items }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue