Sfoglia il codice sorgente

working on changes, and debugging

master
Erin Sims 2 anni fa
parent
commit
14cc90ff57
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      playbooks/sshfs.yaml

+ 0
- 2
playbooks/sshfs.yaml Vedi File

@@ -50,6 +50,4 @@
loop: "{{ share }}"
- name: "mount {{ item}}"
ansible.builtin.shell: "/usr/bin/sshfs -o allow_root,allow_other,default_permissions {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
become: yes
become_user: sshfs
loop: "{{ share }}"

Caricamento…
Annulla
Salva