From 55b9eee87df41c5c358dc9e479f2403bf0e83c1a Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Thu, 12 Feb 2026 15:01:37 +0100 Subject: [PATCH] collection needs name on what to update --- update-flatpaks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-flatpaks.yml b/update-flatpaks.yml index fb2e770..4247c80 100644 --- a/update-flatpaks.yml +++ b/update-flatpaks.yml @@ -6,6 +6,7 @@ tasks: - name: Update all system-wide Flatpaks community.general.flatpak: + name: "*" method: system state: latest become: true @@ -14,6 +15,7 @@ - name: Update all user-level Flatpaks community.general.flatpak: + name: "*" method: user state: latest register: user_update