Fix install packages
This commit is contained in:
parent
8e2e502f9b
commit
897f629b1b
@ -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
|
||||
|
@ -37,6 +37,7 @@
|
||||
- python-sphinx
|
||||
- jsoncpp
|
||||
- libuv
|
||||
- alsa-lib
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
||||
- name: "polybar: create src dir"
|
||||
|
@ -2,4 +2,4 @@
|
||||
shell:
|
||||
cmd:
|
||||
yay -S --needed --noconfirm \
|
||||
intellij-idea-ultimate-edition
|
||||
intellij-idea-ultimate-edition
|
||||
|
@ -1,3 +1,6 @@
|
||||
---
|
||||
- import_tasks: ubuntu.yml
|
||||
when: ansible_distribution == "Ubuntu"
|
||||
|
||||
- import_tasks: arch.yml
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
@ -1,4 +1,4 @@
|
||||
- name: [Arch] install nvidia drivers
|
||||
- name: "[Arch] install nvidia drivers"
|
||||
when: ansible_distribution == "Archlinux"
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
|
@ -34,7 +34,7 @@
|
||||
command:
|
||||
chdir: "{{ arch_src_dir }}/yay"
|
||||
cmd:
|
||||
makepkg -si
|
||||
makepkg -si --needed
|
||||
|
||||
- name: update yay cache
|
||||
shell:
|
||||
|
Loading…
Reference in New Issue
Block a user