Browse Source

double quoted everything

master
Erin Sims 2 years ago
parent
commit
d4d6991742
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      playbooks/sshfs.mount.j2

+ 2
- 2
playbooks/sshfs.mount.j2 View File

@@ -8,8 +8,8 @@ WantedBy=default.target


[Mount] [Mount]
Type=fuse.sshfs Type=fuse.sshfs
What={{ [username,'@',hostname,':',remotepath,item,'/' ]|join() }}
Where={{[ localpath,item,'/']|join() }}
What="{{ [username,'@',hostname,':',remotepath,item,'/' ]|join() }}"
Where="{{[ localpath,item,'/']|join() }}"
RestartSec=20 RestartSec=20
Restart=on-failure Restart=on-failure



Loading…
Cancel
Save