Procházet zdrojové kódy

working on changes, and debugging

master
Erin Sims před 2 roky
rodič
revize
14cc90ff57
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. +0
    -2
      playbooks/sshfs.yaml

+ 0
- 2
playbooks/sshfs.yaml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit