Allow Flatpak On Pinephone (#34)

* Allow flatpak on Pinephone for now.

* Alter pinephone comment.
This commit is contained in:
Hyperling 2022-12-03 17:07:54 -06:00 committed by GitHub
parent c9abdaf8a2
commit 50554dfcb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

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

View File

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