diff --git a/update-flatpaks.yml b/update-flatpaks.yml index 7827d5a..cd0d3cf 100644 --- a/update-flatpaks.yml +++ b/update-flatpaks.yml @@ -1,5 +1,7 @@ ---- -- name: update flatpaks - shell: - cmd: "flatpak update -y" - become: false +- name: Update flatpaks + hosts: all + tasks: + - name: update flatpaks + shell: + cmd: "flatpak update -y" + become: false