[sudo] Replace # by @
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user