split install task

This commit is contained in:
sebastian
2025-04-22 07:39:05 +02:00
parent 9775b5f7f1
commit 53264207ea

View File

@@ -19,7 +19,6 @@
- fzf - fzf
- zoxide - zoxide
- bat - bat
- exa
- duf - duf
- ripgrep - ripgrep
#- yazi #- yazi
@@ -33,9 +32,21 @@
- mosh - mosh
- nmap - nmap
- tcpdump - tcpdump
ignore_errors: true
- name: Install additionall packages...
ansible.builtin.package:
name:
- colordiff - colordiff
ignore_errors: true ignore_errors: true
- name: Install additionall packages...
ansible.builtin.package:
name:
- eza
ignore_errors: true
- name: Change shell to zsh - name: Change shell to zsh
ansible.builtin.user: ansible.builtin.user: