Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
19001ad1d8
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  1. +10
    -1
      playbooks/davfs.yaml

+ 10
- 1
playbooks/davfs.yaml Ver fichero

@@ -39,7 +39,16 @@
- name: Install davfs on hosts
apt:
name: davfs2
state: latest
state: latest
- name: davfs mount
file:
path: "/media/MUSIC/"
state: directory
owner: root
group: root
mode: '0777'
notify:
- Restart DAVFS
- name: setup service davfs on host
template:
src: davfs.service.j2


Cargando…
Cancelar
Guardar