This commit is contained in:
jaydee 2024-02-29 09:21:31 +01:00
parent 9973cf1d47
commit 6cbf4243d1

View File

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