Kaynağa Gözat

working on changes, and debugging

master
Erin Sims 2 yıl önce
ebeveyn
işleme
535ed21c72
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      playbooks/sshfs.yaml

+ 1
- 1
playbooks/sshfs.yaml Dosyayı Görüntüle

@@ -49,5 +49,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,default,uid=108 {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
loop: "{{ share }}"

Yükleniyor…
İptal
Kaydet