Simplify file.

This commit is contained in:
Hyperling 2020-12-21 04:24:25 -06:00
parent c91b125093
commit 2c2f9d692b

View File

@ -4,11 +4,6 @@
connection: local
become: true
pre_tasks:
- name: Update Repositories
package:
update_cache: yes
tasks:
- name: Install Software
package:
@ -16,3 +11,4 @@
- htop
- neofetch
- sshfs
update_cache: yes