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%"
tasks:
- name: Install davfs on hosts
- name: Install davfs on hosts
apt:
name: davfs2
state: latest
- name: setup service davfs on host
- name: setup service davfs on host
template:
src: davfs.service.j2
dest: "/usr/lib/systemd/system/davfs.service"
mode: 0644
owner: root
group: root
- name: davfs service start
- name: davfs service start
systemd:
name: "davfs"
state: started


Loading…
Cancel
Save