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

View File

@ -6,3 +6,6 @@
ansible.builtin.apt: ansible.builtin.apt:
upgrade: full upgrade: full
become: true become: true
- name: Upgrade flatpack
ansible.builtin.command: flatpak update
become: true