Change handler syntaxe
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
91ad2ba961
commit
5f7543f177
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: Restart WireGuard
|
- name: Restart WireGuard
|
||||||
service: name=wg-quick@{{ wireguard_interface }} state=restarted
|
ansible.builtin.service:
|
||||||
|
name: wg-quick@{{ wireguard_interface }}
|
||||||
|
state: restarted
|
||||||
|
|
||||||
- name: syncconf wireguard
|
- name: syncconf wireguard
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue