packages, ensure alsa gets installed.

This commit is contained in:
2026-08-10 10:31:53 -07:00
parent a6f4b06677
commit 7663185265
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@
sendmail_mta: msmtp-mta sendmail_mta: msmtp-mta
ca_certificates: ca-certificates ca_certificates: ca-certificates
locate: mlocate locate: mlocate
alsa: alta-utils
- name: General | Facts | Package | Parrot OS Fixes - name: General | Facts | Package | Parrot OS Fixes
set_fact: set_fact:
+1
View File
@@ -65,6 +65,7 @@
- "{{ sendmail }}" - "{{ sendmail }}"
- "{{ sendmail_mta }}" - "{{ sendmail_mta }}"
- "{{ ca_certificates }}" - "{{ ca_certificates }}"
- "{{ alsa }}"
state: present state: present
- name: General | Software | Packages | Install Software (DEV) - name: General | Software | Packages | Install Software (DEV)