ansible-role-strongswan/handlers/main.yml

6 lines
95 B
YAML
Raw Normal View History

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