Infrastructure/ansible/roles/common/handlers/main.yml

7 lines
105 B
YAML
Raw Normal View History

2024-02-18 09:52:10 +02:00
---
- name: Restart nftables
ansible.builtin.service:
name: nftables.service
state: restarted