split install task
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user