add simplelogin and fix sshd configurator in all

This commit is contained in:
2023-08-12 18:38:30 +05:30
parent 6a18aeb779
commit 0842788f0d
2 changed files with 6 additions and 2 deletions

View File

@@ -140,10 +140,10 @@
mode: "0644"
validate: "/usr/sbin/sshd -T -f %s"
notify:
- restart sshd
- Restart sshd
handlers:
- name: Restart sshd
ansible.builtin.service:
name: sshd
name: ssh
enabled: true
state: restarted