config/roles/installs/tasks/cli.yml
2025-08-03 12:33:33 +03:00

23 lines
293 B
YAML

- 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