Make sudo passwordless
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
lineinfile:
|
||||
dest: /etc/sudoers
|
||||
regexp: "^%sudo"
|
||||
line: "%sudo ALL=(ALL) ALL"
|
||||
line: "%sudo ALL=(ALL) NOPASSWD:ALL"
|
||||
tags: sudo
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user