Parcourir la source

working on changes, and debugging

master
Erin Sims il y a 2 ans
Parent
révision
14cc90ff57
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. +0
    -2
      playbooks/sshfs.yaml

+ 0
- 2
playbooks/sshfs.yaml Voir le fichier

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

Chargement…
Annuler
Enregistrer