Ver a proveniência

working on sshfs still

master
Erin Sims há 2 anos
ascendente
cometimento
786cf8c5fd
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      playbooks/sshfs.yaml

+ 3
- 1
playbooks/sshfs.yaml Ver ficheiro

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


Carregando…
Cancelar
Guardar