Explorar el Código

set directory mode

tags/v1.0
Ramiro de Zavalia hace 5 años
padre
commit
97c7e88441
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      tasks/main.yml

+ 9
- 0
tasks/main.yml Ver fichero

@@ -35,6 +35,15 @@
group: www-data
recurse: yes

- name: grant directory access
file:
mode: 0770
dest: "{{librenms_home}}/{{item}}"
loop:
- logs
- rrd
- storage

- name: clean tmp
debug: msg="TBD"


Cargando…
Cancelar
Guardar