Browse Source

working on changes, and debugging

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

+ 2
- 2
playbooks/davfs.yaml View File

@@ -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

Loading…
Cancel
Save