Install Piper on focal

This commit is contained in:
Salt 2020-05-02 05:55:40 -05:00
parent 9d35fcac96
commit 433ebb900f

View File

@ -134,6 +134,11 @@
- xdotool
- "libgl1-mesa-dri:i386"
- "mesa-vulkan-drivers:i386"
- name: Install Focal-exclusive desktop applications
apt:
name:
- piper
when: ansible_distribution_release is focal
- name: Remove desktop applications through APT
apt:
state: absent