env-ansible/tasks/packages.yml

8 lines
112 B
YAML
Raw Normal View History

- name: Install Repo Software
package:
name:
- htop
- neofetch
- sshfs
update_cache: yes