diff --git a/tasks/main.yml b/tasks/main.yml
index 9f30b0fb5c86c0d36e96711ed140a5c435872b67..527b75414e85f7454afcb1208c39405abb33be81 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -8,7 +8,7 @@
 - block:
 
   - name: "Reset all hosts"
-    include_tasks: reset.yml
+    include: reset.yml
     with_items: '{{ groups.all }}'
     loop_control:
       loop_var: hostname
@@ -18,7 +18,7 @@
     include_tasks: tunnel_keys.yml
 
   - name: "User keys"
-    include_tasks: user_keys.yml
+    include: user_keys.yml
     with_flattened:
       - '{{ admins }}'
       - '{{ jailusers }}'