From 941dac005fec0a304fa70ea29143b7d7fe980277 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Fri, 23 Sep 2022 05:02:51 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/davfs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/davfs.yaml b/playbooks/davfs.yaml index 8dbb6e6..1b86e34 100644 --- a/playbooks/davfs.yaml +++ b/playbooks/davfs.yaml @@ -48,7 +48,7 @@ group: root mode: '0777' notify: - - Restart DAVFS + - DAVFS - name: setup service davfs on host template: src: davfs.service.j2 @@ -64,7 +64,7 @@ masked: no daemon_reload: yes handlers: - - name: Restart DAVFS + - name: DAVFS ansible.builtin.service: name: davfs state: restarted