6 lines
121 B
YAML
6 lines
121 B
YAML
---
|
|
- name: (rhel) Restart SSH service to apply new rules
|
|
ansible.builtin.systemd:
|
|
name: sshd
|
|
state: restarted
|