ソースを参照

/media access bug

master
Markus Brechtel 5年前
コミット
a1f079856c
2個のファイルの変更15行の追加0行の削除
  1. +2
    -0
      tasks/main.yaml
  2. +13
    -0
      tasks/media-access-bug.yaml

+ 2
- 0
tasks/main.yaml ファイルの表示

@@ -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 ファイルの表示

@@ -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

読み込み中…
キャンセル
保存