More organization and beginning to add 1337 share.
This commit is contained in:
18
tasks/general/software/packages.yml
Normal file
18
tasks/general/software/packages.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
- name: Install Repo Software
|
||||
package:
|
||||
name:
|
||||
- sudo
|
||||
- htop
|
||||
- neofetch
|
||||
- "{{ sshfs }}"
|
||||
- locate
|
||||
state: present
|
||||
|
||||
- name: Remove Repo Software
|
||||
package:
|
||||
name:
|
||||
- cowsay # Sorry ;)
|
||||
- snapd
|
||||
state: absent
|
Reference in New Issue
Block a user