have a workign copy now

This commit is contained in:
Matthew Stobbs
2026-03-17 16:19:15 -06:00
parent 3c03e5eecf
commit ac0ac25bba
32 changed files with 470 additions and 622 deletions

View File

@@ -1,5 +1,16 @@
# vim: set filetype=yaml.ansible :
#
## Package: eza
## Description: modern replacement for ls
## Version: latest
## Methods: source
## Helpers: cargo
---
- name: Set eza default facts
ansible.builtin.set_fact:
eza:
install_methods:
- system
- name: Configure eza
when:
- "'eza' not in __configured"