Include tasks.

This commit is contained in:
Hyperling 2020-12-21 04:52:37 -06:00
parent 07e97df5d8
commit 413813ed03

View File

@ -5,10 +5,6 @@
become: true become: true
tasks: tasks:
- name: Install Software - include: tasks/users.yml
package: - include: tasks/cron.yml
name: - include: tasks/packages.yml
- htop
- neofetch
- sshfs
update_cache: yes