Selaa lähdekoodia

working on changes, and debugging

master
Erin Sims 2 vuotta sitten
vanhempi
commit
1a8f480e34
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      playbooks/sshfs.yaml

+ 1
- 1
playbooks/sshfs.yaml Näytä tiedosto

@@ -55,7 +55,7 @@
notify:
- SSHFS
- name: "mount {{ item}}"
ansible.builtin.command: /usr/bin/sshfs "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }} -o IdentityFile=/home/sshfs/.ssh/sshfs-key,allow_other,reconnect"
ansible.builtin.command: /usr/bin/sshfs "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
loop: "{{ share }}"
handlers:
- name: SSHFS


Ladataan…
Peruuta
Tallenna