4 lines
83 B
YAML
4 lines
83 B
YAML
- name: restart_sshd
|
|
service:
|
|
name: "{{ sshd_service }}"
|
|
state: restarted |