Commit 6505003b authored by nanahira's avatar nanahira

fix

parent 8f3b4dad
......@@ -13,11 +13,11 @@
restarted: true
services:
- 'openconnect-{{item}}'
with_items: '{{linksToRestart}}'
with_items: '{{linksToRestart}}'
- name: restart wg
become: true
ignore_errors: true
systemd:
name: 'wg-quick@{{item}}'
state: restarted
with_items: '{{linksToRestart}}'
with_items: '{{linksToRestart}}'
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