From 50554dfcb463aa2d564ca873eb7f5481496d188e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 3 Dec 2022 17:07:54 -0600 Subject: [PATCH] Allow Flatpak On Pinephone (#34) * Allow flatpak on Pinephone for now. * Alter pinephone comment. --- local.yml | 2 +- tasks/general/acct_mgmt/provision_config.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/local.yml b/local.yml index a47f081..ba682f9 100644 --- a/local.yml +++ b/local.yml @@ -66,7 +66,7 @@ # Software Tasks # - include: tasks/workstation/linux/software/flatpaks.yml - when: ansible_system == "Linux" and flatpak_distro and not mobile + when: ansible_system == "Linux" and flatpak_distro - include: tasks/workstation/linux/software/brave.yml when: ansible_pkg_mgr in ("apt", "dnf") and not mobile diff --git a/tasks/general/acct_mgmt/provision_config.yml b/tasks/general/acct_mgmt/provision_config.yml index 38648d1..ff44130 100644 --- a/tasks/general/acct_mgmt/provision_config.yml +++ b/tasks/general/acct_mgmt/provision_config.yml @@ -103,8 +103,7 @@ ; Example: amdgpu ; ; mobile : Set to true if not using an amd64 processor. - ; Not used yet but expecting it to be helpful for Pinephone. - ; May eventually avoid things like Flatpak if they don't play well. + ; Also used to disable tasks not helpful for Pinephone. ; [global] marker: '; {mark} MANAGED BY ANSIBLE | Workstation Config'