10 lines
149 B
YAML

- name: restart sshd
service:
name: sshd
state: restarted
- name: restart sysctl
service:
name: systemd-sysctl
state: restarted