Przeglądaj źródła

working on changes, and debugging

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

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

@@ -38,5 +38,5 @@
mode: '0777'
loop: "{{ share }}"
- name: "mount {{ item}}"
ansible.builtin.shell: "/usr/bin/sshfs -o reconnect,allow_root,allow_other,_netdev {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
ansible.builtin.shell: "/usr/bin/sshfs -o reconnect,allow_root,allow_other,_netdev,strictHostKeyChecking=no {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
loop: "{{ share }}"

Ładowanie…
Anuluj
Zapisz