config/roles/installs/tasks/cli.yml

24 lines
293 B
YAML
Raw Normal View History

2025-08-03 12:33:33 +03:00
- name: Install cli tools
ansible.builtin.dnf5:
name:
# shell utils
- just
- fish
- jsonnet
# edit utils
- helix
- micro
- tmux
- tmate
- ripgrep
# git
- git-delta
- git
- ansible
state: latest