Ver código fonte

working on changes, and debugging

master
Erin Sims 2 anos atrás
pai
commit
14cc90ff57
1 arquivos alterados com 0 adições e 2 exclusões
  1. +0
    -2
      playbooks/sshfs.yaml

+ 0
- 2
playbooks/sshfs.yaml Ver arquivo

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

Carregando…
Cancelar
Salvar