Преглед изворни кода

working on changes, and debugging

master
Erin Sims пре 2 година
родитељ
комит
1a8f480e34
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      playbooks/sshfs.yaml

+ 1
- 1
playbooks/sshfs.yaml Прегледај датотеку

@@ -55,7 +55,7 @@
notify:
- SSHFS
- name: "mount {{ item}}"
ansible.builtin.command: /usr/bin/sshfs "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }} -o IdentityFile=/home/sshfs/.ssh/sshfs-key,allow_other,reconnect"
ansible.builtin.command: /usr/bin/sshfs "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
loop: "{{ share }}"
handlers:
- name: SSHFS


Loading…
Откажи
Сачувај