- name: Update flatpaks hosts: all tasks: - name: update flatpaks shell: cmd: "flatpak update -y" become: false