You've already forked ansible-linux-infra
6 lines
98 B
YAML
6 lines
98 B
YAML
---
|
|
- name: restart sshd (banners)
|
|
ansible.builtin.systemd:
|
|
name: sshd
|
|
state: restarted
|