ansible-role-strongswan/handlers/main.yml

6 lines
95 B
YAML
Raw Normal View History

2021-09-11 18:52:14 +02:00
---
- name: restart strongswan
ansible.builtin.service:
name: ipsec
state: restarted