Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-simple-desktop
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
/media access bug
master
Markus Brechtel
5 anni fa
parent
42b7641c8c
commit
a1f079856c
2 ha cambiato i file
con
15 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/main.yaml
+13
-0
tasks/media-access-bug.yaml
+ 2
- 0
tasks/main.yaml
Vedi File
@@ -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
Vedi File
@@ -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
Write
Preview
Loading…
Annulla
Salva