Parcourir la source

working on changes, and debugging

master
Erin Sims il y a 2 ans
Parent
révision
3937dd1c95
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      playbooks/sshfs.yaml

+ 2
- 2
playbooks/sshfs.yaml Voir le fichier

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


Chargement…
Annuler
Enregistrer