I am trying to add NOPASSWD option for existing user who belongs to the sudo group and have admin rights. I added this line in sudoers file:
max ALL=(ALL:ALL) NOPASSWD: ALL
But it still ask me for password when i try to execute command with sudo.