This commit is contained in:
2023-07-07 12:15:10 -04:00
parent c4804673ab
commit 9ed822eaec
6 changed files with 108 additions and 97 deletions

View File

@@ -1,10 +1,10 @@
---
- name: restart ssh service - Debian
- name: Restart ssh service - Debian
ansible.builtin.systemd:
state: restarted
name: ssh
- name: restart ssh service - RedHat
- name: Restart ssh service - RedHat
ansible.builtin.systemd:
state: restarted
name: sshd
name: sshd