env-ansible/tasks/packages.yml

9 lines
128 B
YAML

- name: Install Repo Software
package:
name:
- sudo
- htop
- neofetch
- "{{ sshfs }}"
state: present