Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
1a8f480e34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      playbooks/sshfs.yaml

+ 1
- 1
playbooks/sshfs.yaml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar