diff --git a/playbooks/davfs.yaml b/playbooks/davfs.yaml index 2d114d7..a7c6fd5 100644 --- a/playbooks/davfs.yaml +++ b/playbooks/davfs.yaml @@ -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