From b2bca6bb5c55427fde8cdc1fcb45d8c685c2e353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Wed, 25 Oct 2023 23:50:05 +0200 Subject: [PATCH] Install bottles wine management software --- roles/desktop/tasks/arch.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/desktop/tasks/arch.yml b/roles/desktop/tasks/arch.yml index fb1ee00..ebf491e 100644 --- a/roles/desktop/tasks/arch.yml +++ b/roles/desktop/tasks/arch.yml @@ -104,6 +104,11 @@ state: present name: it.mijorus.smile +- name: install bottles + community.general.flatpak: + state: present + name: com.usebottles.bottles + - name: install audio [Arch] become: yes community.general.pacman: