ff
This commit is contained in:
parent
58440d920b
commit
df9d30b668
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
- name: restart sshd
|
- name: restart sshd
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: sshd
|
name: ssh
|
||||||
enabled: true
|
enabled: true
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
Loading…
Reference in a new issue