This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix incorrect path
pull/2/head
Slavi Pantaleev
7 years ago
parent
7310498f71
commit
88b4434da9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-server/tasks/setup_corporal.yml
+ 1
- 1
roles/matrix-server/tasks/setup_corporal.yml
View File
@@ -63,6 +63,6 @@
- name: Ensure matrix-corporal.service doesn't exist
file:
path: "
{{ role_path }}/templates/systemd/matrix-corporal.service.j2
"
path: "
/etc/systemd/system/matrix-corporal.service
"
state: absent
when: "not matrix_corporal_enabled"
Write
Preview
Loading…
Cancel
Save