Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
8b784488b0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      playbooks/davfs.yaml

+ 3
- 3
playbooks/davfs.yaml View File

@@ -36,18 +36,18 @@
buffer_before_play: "1%" buffer_before_play: "1%"
tasks: tasks:
- name: Install davfs on hosts
- name: Install davfs on hosts
apt: apt:
name: davfs2 name: davfs2
state: latest state: latest
- name: setup service davfs on host
- name: setup service davfs on host
template: template:
src: davfs.service.j2 src: davfs.service.j2
dest: "/usr/lib/systemd/system/davfs.service" dest: "/usr/lib/systemd/system/davfs.service"
mode: 0644 mode: 0644
owner: root owner: root
group: root group: root
- name: davfs service start
- name: davfs service start
systemd: systemd:
name: "davfs" name: "davfs"
state: started state: started


Loading…
Cancel
Save