From cccae82c049287e6960bec8ad67c1981ea61592f Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 22 Sep 2020 15:18:57 -0500 Subject: [PATCH] Annotate more things --- roles/desktop-common/tasks/packages.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/desktop-common/tasks/packages.yml b/roles/desktop-common/tasks/packages.yml index b2b36dc..b459ca3 100644 --- a/roles/desktop-common/tasks/packages.yml +++ b/roles/desktop-common/tasks/packages.yml @@ -173,7 +173,7 @@ apt: name: - firmware-manager - - kamoso + - kamoso # Camera util - system76-acpi-dkms - system76-dkms - system76-firmware @@ -183,7 +183,7 @@ - name: Install Focal-exclusive desktop applications apt: name: - - piper + - piper # Peripheral LED management when: ansible_distribution_release == "focal" - name: Install packages without recommends apt: @@ -209,6 +209,7 @@ - pmbootstrap - protontricks - youtube-dl + # Just in case we have legacy apps floating around - name: Remove Snap applications snap: name: @@ -216,7 +217,7 @@ - pixelorama - riot-web - slack - - scrcpy # Remote Android viewing + - scrcpy - sengi - spotify state: absent