Allow Flatpak On Pinephone (#34)

* 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

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