618576e89f
closes #9
8 lines
119 B
YAML
8 lines
119 B
YAML
---
|
|
- name: Restart SSH
|
|
service:
|
|
name: "{{ ssh_hardening_service_name|default('sshd') }}"
|
|
state: restarted
|
|
|
|
|