[sudo] Replace # by @
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
4fe3babc83
commit
a686970b0f
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
- name: Install sudo
|
||||
apt:
|
||||
name: sudo
|
||||
|
||||
- name: Configure sudoers
|
||||
template:
|
||||
src: "{{ item }}.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
|
||||
|
|
Loading…
Reference in New Issue