env-ansible/tasks/packages.yml
2020-12-21 05:23:56 -06:00

8 lines
112 B
YAML

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