ソースを参照

working on changes, and debugging

master
Erin Sims 2年前
コミット
19001ad1d8
1個のファイルの変更10行の追加1行の削除
  1. +10
    -1
      playbooks/davfs.yaml

+ 10
- 1
playbooks/davfs.yaml ファイルの表示

@@ -39,7 +39,16 @@
- name: Install davfs on hosts
apt:
name: davfs2
state: latest
state: latest
- name: davfs mount
file:
path: "/media/MUSIC/"
state: directory
owner: root
group: root
mode: '0777'
notify:
- Restart DAVFS
- name: setup service davfs on host
template:
src: davfs.service.j2


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