Commit 6505003b authored by nanahira's avatar nanahira

fix

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