Allow Flatpak On Pinephone (#34)
* Allow flatpak on Pinephone for now. * Alter pinephone comment.
This commit is contained in:
parent
c9abdaf8a2
commit
50554dfcb4
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
# Software Tasks #
|
# Software Tasks #
|
||||||
- include: tasks/workstation/linux/software/flatpaks.yml
|
- 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
|
- include: tasks/workstation/linux/software/brave.yml
|
||||||
when: ansible_pkg_mgr in ("apt", "dnf") and not mobile
|
when: ansible_pkg_mgr in ("apt", "dnf") and not mobile
|
||||||
|
@ -103,8 +103,7 @@
|
|||||||
; Example: amdgpu
|
; Example: amdgpu
|
||||||
;
|
;
|
||||||
; mobile : Set to true if not using an amd64 processor.
|
; mobile : Set to true if not using an amd64 processor.
|
||||||
; Not used yet but expecting it to be helpful for Pinephone.
|
; Also used to disable tasks not helpful for Pinephone.
|
||||||
; May eventually avoid things like Flatpak if they don't play well.
|
|
||||||
;
|
;
|
||||||
[global]
|
[global]
|
||||||
marker: '; {mark} MANAGED BY ANSIBLE | Workstation Config'
|
marker: '; {mark} MANAGED BY ANSIBLE | Workstation Config'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user