Add some packages
This commit is contained in:
parent
d05ed674de
commit
1ad87749f5
1 changed files with 10 additions and 3 deletions
13
playbook.yml
13
playbook.yml
|
@ -84,7 +84,7 @@
|
||||||
when: ansible_distribution == "Archlinux"
|
when: ansible_distribution == "Archlinux"
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Install packages on Arch
|
- name: Install packages on Debian
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
pkg:
|
pkg:
|
||||||
- arc-theme
|
- arc-theme
|
||||||
|
@ -93,8 +93,12 @@
|
||||||
- fonts-liberation2
|
- fonts-liberation2
|
||||||
- fonts-linuxlibertine
|
- fonts-linuxlibertine
|
||||||
- fonts-noto-color-emoji
|
- fonts-noto-color-emoji
|
||||||
- libglib2.0-0
|
- libglib2.0-bin
|
||||||
|
- lmodern
|
||||||
|
- pandoc
|
||||||
- pinentry-gnome3
|
- pinentry-gnome3
|
||||||
|
- pulseaudio-utils
|
||||||
|
- texlive
|
||||||
- webext-browserpass
|
- webext-browserpass
|
||||||
when: ansible_distribution == "Debian"
|
when: ansible_distribution == "Debian"
|
||||||
become: true
|
become: true
|
||||||
|
@ -109,12 +113,15 @@
|
||||||
- foot-terminfo
|
- foot-terminfo
|
||||||
- fzf
|
- fzf
|
||||||
- g++
|
- g++
|
||||||
|
- hugo
|
||||||
- npm
|
- npm
|
||||||
- mpv
|
- mpv
|
||||||
- pipewire
|
- pipewire
|
||||||
- pipewire-pulse
|
- pipewire-pulse
|
||||||
|
- rsync
|
||||||
- waybar
|
- waybar
|
||||||
- wireplumber
|
- wireplumber
|
||||||
|
- xdg-desktop-portal-wlr
|
||||||
- xwayland
|
- xwayland
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -131,7 +138,7 @@
|
||||||
scope: user
|
scope: user
|
||||||
daemon-reload: true
|
daemon-reload: true
|
||||||
|
|
||||||
- name: Activate Import Gsettings service
|
- name: Activate Import Various service
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
scope: user
|
scope: user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue