From 74eaae5899e5c916963f05965c480716934c936f Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Tue, 19 Apr 2022 14:55:48 +0200
Subject: [PATCH] [sudo] Replace #include by the @include primitive

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 roles/sudo/templates/sudoers.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/sudo/templates/sudoers.j2 b/roles/sudo/templates/sudoers.j2
index 2b635b8c..9f018b88 100644
--- a/roles/sudo/templates/sudoers.j2
+++ b/roles/sudo/templates/sudoers.j2
@@ -22,6 +22,6 @@ root	ALL=(ALL:ALL) ALL
 USERS ALL=(root:ALL) NOPASSWD:/usr/sbin/qm list
 
 {% endif %}
-# See sudoers(5) for more information on "#include" directives:
+# See sudoers(5) for more information on "@include" directives:
 
-#includedir /etc/sudoers.d
+@includedir /etc/sudoers.d
-- 
GitLab