From 8b784488b0eaf5aeaf737f81bfa49f3241c8a4eb Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Fri, 23 Sep 2022 04:56:18 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/davfs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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