8 lines
241 B
YAML
Raw Normal View History

- name: Install terminal dnf packages
2022-11-12 11:17:16 -08:00
dnf:
name:
- stow # Symlink dots with a GNU
- vifm # File manager with curses interface
- neovim # Vim-fork focused on extensibility and agility
2022-11-12 11:17:16 -08:00
state: present
become: true