env-ansible/tasks/packages.yml

8 lines
120 B
YAML

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