Remove unworking include_vars to see if vars folder is defaulted.

This commit is contained in:
Hyperling 2020-12-28 19:33:12 -06:00
parent 6bfecc67bb
commit 4cdb599dfa

View File

@ -6,8 +6,6 @@
- hosts: all
connection: local
become: true
include_vars:
dir: vars
tasks:
- include: tasks/users.yml
- include: tasks/cron.yml