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
|
hosts: all
|
||||||
connection: local
|
connection: local
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Install Eza (alternative to ls)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: eza
|
||||||
|
state: present
|
||||||
- name: Install Fd (alternative to find)
|
- name: Install Fd (alternative to find)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user