6 lines
87 B
YAML
6 lines
87 B
YAML
|
|
---
|
||
|
|
- name: restart sshd
|
||
|
|
ansible.builtin.systemd:
|
||
|
|
name: ssh
|
||
|
|
state: restarted
|