Commit ee82a268 authored by nanahira's avatar nanahira

fix null connection

parent 85fc17bd
- name: '{{conn.name}}: stop frpc'
ignore_errors: true
systemd:
name: 'frpc@{{conn.name}}'
state: stopped
enabled: no
- name: '{{conn.name}}: stop wireguard' - name: '{{conn.name}}: stop wireguard'
ignore_errors: true ignore_errors: true
systemd: systemd:
...@@ -14,7 +8,3 @@ ...@@ -14,7 +8,3 @@
file: file:
path: '/etc/wireguard/{{conn.name}}.conf' path: '/etc/wireguard/{{conn.name}}.conf'
state: absent state: absent
- name: '{{conn.name}}: remove frpc config files'
file:
path: '/etc/frpc/{{conn.name}}.conf'
state: absent
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment