From b6facc6b5db211c8baf9fd54091b5f08c650eab8 Mon Sep 17 00:00:00 2001 From: Axel Date: Tue, 21 May 2024 11:37:38 +0200 Subject: [PATCH] MAJ Ansible Include --- local.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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