From bc041cc3bb282bc584c288b2cff3ce2ceec3cd78 Mon Sep 17 00:00:00 2001 From: Hyperling <me@hyperling.com> Date: Sun, 14 Feb 2021 08:19:13 -0600 Subject: [PATCH] Ignore error from VS Code. --- tasks/workstation/linux/software/flatpaks.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/workstation/linux/software/flatpaks.yml b/tasks/workstation/linux/software/flatpaks.yml index 295db80..9f8513a 100644 --- a/tasks/workstation/linux/software/flatpaks.yml +++ b/tasks/workstation/linux/software/flatpaks.yml @@ -38,10 +38,11 @@ state: absent loop: - org.mozilla.firefox - - com.visualstudio.code + - com.visualstudio.code # Why does this throw an error? It's the correct ID. + ignore_errors: yes -# Software not yet available in Flatpak form. +# Software not yet available or working properly in Flatpak form. - name: Workstation | Linux | Flatpak Distro | Package Manager | Add Lutris PPA (Ubuntu) apt_repository: repo: ppa:lutris-team/lutris