mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
installing eza when running the playbook
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
hosts: all
|
||||
connection: local
|
||||
tasks:
|
||||
- name: Install Eza (alternative to ls)
|
||||
become: true
|
||||
pacman:
|
||||
name: eza
|
||||
state: present
|
||||
- name: Install Fd (alternative to find)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user