Upgrade Ubuntu 22.04 to 24.04 (Inplace and Reinstall) #200

Merged
mg merged 17 commits from ubu24 into master 2024-10-04 14:50:11 +02:00
Showing only changes of commit df9d30b668 - Show all commits

View file

@ -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