19 lines
252 B
YAML
Raw Normal View History

---
- name: Install Repo Software
package:
name:
- sudo
- htop
- neofetch
2021-01-31 13:02:29 -06:00
- "{{ sshfs }}"
- locate
state: present
- name: Remove Repo Software
package:
name:
- cowsay # Sorry ;)
- snapd
state: absent