This commit is contained in:
jaydee 2024-02-29 09:17:28 +01:00
parent 629f54f677
commit 9973cf1d47

View File

@ -5,4 +5,7 @@
- name: Upgrade the OS
ansible.builtin.apt:
upgrade: full
become: true
- name: Upgrade flatpack
ansible.builtin.command: flatpak update
become: true