Explorar el Código

/media access bug

master
Markus Brechtel hace 5 años
padre
commit
a1f079856c
Se han modificado 2 ficheros con 15 adiciones y 0 borrados
  1. +2
    -0
      tasks/main.yaml
  2. +13
    -0
      tasks/media-access-bug.yaml

+ 2
- 0
tasks/main.yaml Ver fichero

@@ -23,6 +23,8 @@
- import_tasks: desktop_apps.yaml
- import_tasks: multimedia.yaml

- import_tasks: media-access-bug.yaml

- import_tasks: kitaplus.yaml
when: kita_plus_url is defined



+ 13
- 0
tasks/media-access-bug.yaml Ver fichero

@@ -0,0 +1,13 @@
---

# fix bug with permissons of /media by deleting and recreating /media

- name: delete /media
file:
path: /media
state: absent

- name: recreate /media
file:
path: /media
state: directory

Cargando…
Cancelar
Guardar