Procházet zdrojové kódy

Removed typo

pull/681/head
Scott Crossen před 5 roky
rodič
revize
efeb651789
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      roles/matrix-dynamic-dns/tasks/uninstall.yml

+ 2
- 2
roles/matrix-dynamic-dns/tasks/uninstall.yml Zobrazit soubor

@@ -2,7 +2,7 @@

- name: Check existence of matrix-dynamic-dns service
stat:
path: "{{ systemd_path }}m/matrix-dynamic-dns.service"
path: "{{ systemd_path }}/matrix-dynamic-dns.service"
register: matrix_dynamic_dns_service_stat

- name: Ensure matrix-dynamic-dns is stopped
@@ -14,7 +14,7 @@

- name: Ensure matrix-dynamic-dns.service doesn't exist
file:
path: "{{ systemd_path }}m/matrix-dynamic-dns.service"
path: "{{ systemd_path }}/matrix-dynamic-dns.service"
state: absent
when: "matrix_dynamic_dns_service_stat.stat.exists"



Načítá se…
Zrušit
Uložit