mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
added pulseaudio installation
This commit is contained in:
@@ -53,6 +53,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: rsync
|
name: rsync
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install Pulseaudio (sound system)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: pulseaudio
|
||||||
|
state: present
|
||||||
- name: Install Pulseaudio Systray (system tray volume control)
|
- name: Install Pulseaudio Systray (system tray volume control)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user