Fix install packages
This commit is contained in:
parent
8e2e502f9b
commit
897f629b1b
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user