mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 04:34:00 +00:00
Removed typo
This commit is contained in:
parent
e7d79a95dc
commit
efeb651789
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- name: Check existence of matrix-dynamic-dns service
|
- name: Check existence of matrix-dynamic-dns service
|
||||||
stat:
|
stat:
|
||||||
path: "{{ systemd_path }}m/matrix-dynamic-dns.service"
|
path: "{{ systemd_path }}/matrix-dynamic-dns.service"
|
||||||
register: matrix_dynamic_dns_service_stat
|
register: matrix_dynamic_dns_service_stat
|
||||||
|
|
||||||
- name: Ensure matrix-dynamic-dns is stopped
|
- name: Ensure matrix-dynamic-dns is stopped
|
||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
- name: Ensure matrix-dynamic-dns.service doesn't exist
|
- name: Ensure matrix-dynamic-dns.service doesn't exist
|
||||||
file:
|
file:
|
||||||
path: "{{ systemd_path }}m/matrix-dynamic-dns.service"
|
path: "{{ systemd_path }}/matrix-dynamic-dns.service"
|
||||||
state: absent
|
state: absent
|
||||||
when: "matrix_dynamic_dns_service_stat.stat.exists"
|
when: "matrix_dynamic_dns_service_stat.stat.exists"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user