Update to 2021-12-07 20:00

This commit is contained in:
Daniel Berteaud
2021-12-07 20:00:26 +01:00
parent a5a66d6a07
commit 4b483a5876
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{% for def in sudo_defaults.keys() | list %}
Defaults {{ def }}={{ sudo_defaults[def] }}
{% endfor %}
{% for group in sudo_admin_groups %}
%{{ group }} ALL=(ALL) ALL
{% endfor %}