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

View File

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

View File

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

View File

@ -1,3 +1,6 @@
--- ---
- import_tasks: ubuntu.yml - import_tasks: ubuntu.yml
when: ansible_distribution == "Ubuntu" 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" when: ansible_distribution == "Archlinux"
become: yes become: yes
community.general.pacman: community.general.pacman:

View File

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