vn-ansible/roles/config-root-user/handlers/main.yaml

5 lines
127 B
YAML
Raw Normal View History

2023-10-13 07:08:54 +00:00
# restart ssh service to apply changes
- name: Restart ssh service
service:
2023-10-23 15:23:21 +00:00
name: "{{ ssh_daemon }}"
2023-10-13 08:44:02 +00:00
state: restarted