ansible/tasks/debian-general/restart-ssh-service.yml

6 lines
113 B
YAML
Raw Normal View History

2022-09-11 19:11:31 +02:00
---
- name: Restart SSH service to apply new rules
ansible.builtin.systemd:
name: ssh
state: restarted