ansible-common/roles/secure/handlers/main.yml

4 lines
82 B
YAML
Raw Normal View History

2024-01-06 16:46:48 +00:00
- name: restart ssh
ansible.builtin.service:
name: sshd
state: restarted