Fixed Ubuntu packages installation
This commit is contained in:
parent
286068e2dc
commit
e2a9c0e59f
1 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
common_packages:
|
common_packages:
|
||||||
- neovim
|
- neovim
|
||||||
- ripgrep
|
- ripgrep
|
||||||
- fd
|
|
||||||
- tree
|
- tree
|
||||||
- gcc
|
- gcc
|
||||||
- fish
|
- fish
|
||||||
|
@ -15,8 +14,13 @@
|
||||||
- uv
|
- uv
|
||||||
|
|
||||||
brew_packages:
|
brew_packages:
|
||||||
|
- fd
|
||||||
|
|
||||||
pacman_packages:
|
pacman_packages:
|
||||||
|
- fd
|
||||||
|
|
||||||
|
apt_packages:
|
||||||
|
- fd-find
|
||||||
|
|
||||||
uv_packages:
|
uv_packages:
|
||||||
- aider-chat
|
- aider-chat
|
||||||
|
@ -64,7 +68,7 @@
|
||||||
when: is_ubuntu
|
when: is_ubuntu
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
pkg: common_packages
|
pkg: "{{ common_packages }}"
|
||||||
cache_valid_time: 3600
|
cache_valid_time: 3600
|
||||||
|
|
||||||
- name: Install uv packages
|
- name: Install uv packages
|
||||||
|
|
Loading…
Reference in a new issue