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'