Upgrade Ubuntu 22.04 to 24.04 (Inplace and Reinstall) #200
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