mirror of
https://github.com/skoobasteeve/ansible-server-setup.git
synced 2026-03-20 03:18:57 +00:00
linting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user