split install task
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
- fzf
|
||||
- zoxide
|
||||
- bat
|
||||
- exa
|
||||
- duf
|
||||
- ripgrep
|
||||
#- yazi
|
||||
@@ -33,9 +32,21 @@
|
||||
- mosh
|
||||
- nmap
|
||||
- tcpdump
|
||||
ignore_errors: true
|
||||
|
||||
- name: Install additionall packages...
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- colordiff
|
||||
ignore_errors: true
|
||||
|
||||
- name: Install additionall packages...
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- eza
|
||||
ignore_errors: true
|
||||
|
||||
|
||||
|
||||
- name: Change shell to zsh
|
||||
ansible.builtin.user:
|
||||
|
||||
Reference in New Issue
Block a user