This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Thrace-lan.info
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
working on changes, and debugging
master
Erin Sims
2 years ago
parent
43f4827002
commit
941dac005f
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save