Selaa lähdekoodia

working on sshfs still

master
Erin Sims 2 vuotta sitten
vanhempi
commit
786cf8c5fd
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. +3
    -1
      playbooks/sshfs.yaml

+ 3
- 1
playbooks/sshfs.yaml Näytä tiedosto

@@ -12,7 +12,9 @@
tasks:
- name: sshfs
ansible.builtin.user:
name: ssfs
name: sshfs
state: present
group: sshfs
- name: copy private key
copy:
src: "./sshfs-key"


Ladataan…
Peruuta
Tallenna