diff --git a/local.yml b/local.yml index e6db8a4..d57d910 100644 --- a/local.yml +++ b/local.yml @@ -10,7 +10,7 @@ changed_when: False tasks: - - include: tasks/users.yml - - include: tasks/cron.yml - - include: tasks/packages.yml - - include: tasks/loritz-user.yml \ No newline at end of file + - include_tasks: tasks/users.yml + - include_tasks: tasks/cron.yml + - include_tasks: tasks/packages.yml + - include_tasks: tasks/loritz-user.yml \ No newline at end of file