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 group: root
mode: '0777' mode: '0777'
notify: notify:
- Restart DAVFS
- DAVFS
- name: setup service davfs on host - name: setup service davfs on host
template: template:
src: davfs.service.j2 src: davfs.service.j2
@@ -64,7 +64,7 @@
masked: no masked: no
daemon_reload: yes daemon_reload: yes
handlers: handlers:
- name: Restart DAVFS
- name: DAVFS
ansible.builtin.service: ansible.builtin.service:
name: davfs name: davfs
state: restarted state: restarted

Loading…
Cancel
Save