Allow Flatpak On Pinephone ()

* Allow flatpak on Pinephone for now.

* Alter pinephone comment.
This commit is contained in:
2022-12-03 17:07:54 -06:00
committed by GitHub
parent c9abdaf8a2
commit 50554dfcb4
2 changed files with 2 additions and 3 deletions
local.yml
tasks/general/acct_mgmt

@ -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

@ -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'