From ddb1e89c69e695584494913dceb4e8f474a5c471 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 31 Dec 2023 19:19:47 +0100 Subject: [PATCH] added the new sound role --- ansible/laptop-with-amd.yml | 1 + ansible/laptop-with-intel.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/laptop-with-amd.yml b/ansible/laptop-with-amd.yml index 274f70c..58f437c 100644 --- a/ansible/laptop-with-amd.yml +++ b/ansible/laptop-with-amd.yml @@ -8,6 +8,7 @@ roles: - base - amd + - sound - xorg - i3 - background diff --git a/ansible/laptop-with-intel.yml b/ansible/laptop-with-intel.yml index 8034d53..34000a4 100644 --- a/ansible/laptop-with-intel.yml +++ b/ansible/laptop-with-intel.yml @@ -8,6 +8,7 @@ roles: - base - intel + - sound - xorg - i3 - background