瀏覽代碼

Fix name position within service task in ansible

pull/16/head
Kristijan Mitrovic 4 年之前
父節點
當前提交
8cb2960f05
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      automation/roles/mitmproxy/tasks/main.yml

+ 3
- 2
automation/roles/mitmproxy/tasks/main.yml 查看文件

@@ -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…
取消
儲存