[sudo] Replace # by @

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2022-06-27 16:33:42 +02:00
parent 4fe3babc83
commit a686970b0f
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
---
- name: Install sudo
apt:
name: sudo
- name: Configure sudoers
template:
src: "{{ item }}.j2"

View File

@ -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