Browse Source

Fix name position within service task in ansible

pull/16/head
Kristijan Mitrovic 4 years ago
parent
commit
8cb2960f05
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      automation/roles/mitmproxy/tasks/main.yml

+ 3
- 2
automation/roles/mitmproxy/tasks/main.yml View File

@@ -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


Loading…
Cancel
Save