Make sudo passwordless

This commit is contained in:
Emmanouil Kampitakis
2020-02-27 07:40:30 +01:00
parent 85a2a17ff0
commit 718d907669

View File

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