Explorar el Código

working on changes, and debugging

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

+ 2
- 2
playbooks/sshfs.yaml Ver fichero

@@ -54,8 +54,8 @@
loop: "{{ share }}"
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"
- 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"
loop: "{{ share }}"
handlers:
- name: SSHFS


Cargando…
Cancelar
Guardar