1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-28 18:46:07 +02:00
infrastructure/roles/tools/tasks/main.yml
Kristian Klausen 7da1e273fc Cleanup tools
Fix #392
2021-10-02 14:45:02 +02:00

11 lines
196 B
YAML

- name: install misc utils
pacman:
state: present
name:
- bash-completion
- zsh
- fish
- git
- parallel
- nnn # Added for it's screen reader support