Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
80694870f0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      playbooks/sshfs.yaml

+ 1
- 0
playbooks/sshfs.yaml View File

@@ -63,3 +63,4 @@
handlers:
- name: SSHFS
ansible.builtin.command: "mount {{ [ localpath,item,'/' ]|join() }}"
loop: "{{ share }}"

Loading…
Cancel
Save