This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-simple-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
/media access bug
master
Markus Brechtel
5 years ago
parent
42b7641c8c
commit
a1f079856c
2 changed files
with
15 additions
and
0 deletions
Split View
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
View 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
View 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…
Cancel
Save