Explorar el Código

working on sshfs still

master
Erin Sims hace 2 años
padre
commit
786cf8c5fd
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      playbooks/sshfs.yaml

+ 3
- 1
playbooks/sshfs.yaml Ver fichero

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


Cargando…
Cancelar
Guardar