Przeglądaj źródła

working on changes, and debugging

master
Erin Sims 2 lat temu
rodzic
commit
1eb425da9a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      playbooks/sshfs.yaml

+ 1
- 1
playbooks/sshfs.yaml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz