Fix install packages

This commit is contained in:
Przemek Grondek 2023-10-24 00:14:11 +02:00
parent 8e2e502f9b
commit 897f629b1b
6 changed files with 9 additions and 5 deletions

View File

@ -5,7 +5,7 @@
name:
- btrfs-progs
- cronie
- dhcpdcd
- dhcpcd
- efibootmgr
- grub
- xorg-xinit
@ -65,7 +65,7 @@
- gnome-backgrounds
- gnome-themes-extra
- gsimplecal
- network-manager-applet for
- network-manager-applet
- nm-connection-editor
- numlockx
- pavucontrol

View File

@ -37,6 +37,7 @@
- python-sphinx
- jsoncpp
- libuv
- alsa-lib
when: ansible_distribution == "Archlinux"
- name: "polybar: create src dir"

View File

@ -2,4 +2,4 @@
shell:
cmd:
yay -S --needed --noconfirm \
intellij-idea-ultimate-edition
intellij-idea-ultimate-edition

View File

@ -1,3 +1,6 @@
---
- import_tasks: ubuntu.yml
when: ansible_distribution == "Ubuntu"
- import_tasks: arch.yml
when: ansible_distribution == "Archlinux"

View File

@ -1,4 +1,4 @@
- name: [Arch] install nvidia drivers
- name: "[Arch] install nvidia drivers"
when: ansible_distribution == "Archlinux"
become: yes
community.general.pacman:

View File

@ -34,7 +34,7 @@
command:
chdir: "{{ arch_src_dir }}/yay"
cmd:
makepkg -si
makepkg -si --needed
- name: update yay cache
shell: