このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ka
/
ansible-role-simple-desktop
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
/media access bug
master
Markus Brechtel
5年前
親
42b7641c8c
コミット
a1f079856c
2個のファイルの変更
、
15行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
tasks/main.yaml
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存