Selaa lähdekoodia

Fix name position within service task in ansible

pull/16/head
Kristijan Mitrovic 4 vuotta sitten
vanhempi
commit
8cb2960f05
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. +3
    -2
      automation/roles/mitmproxy/tasks/main.yml

+ 3
- 2
automation/roles/mitmproxy/tasks/main.yml Näytä tiedosto

@@ -88,8 +88,9 @@
state: link

- name: Restart dnscrypt-proxy
service: dnscrypt-proxy
status: restarted
service:
name: dnscrypt-proxy
state: restarted
tags: post_restore

- name: restart supervisord


Ladataan…
Peruuta
Tallenna