ansible-core/roles/common_secure/handlers/main.yml

4 lines
82 B
YAML
Raw Normal View History

2024-01-05 14:55:27 +00:00
- name: restart ssh
ansible.builtin.service:
name: sshd
state: restarted