ansible
ansible copied to clipboard
fix(ipmi_exporter): Fix privilege escalation when running in local mode
Fixes #526
Would love to see this merged
The sudo policy should not be used for every installation of ipmi_exporter since it only applies to the local mode. Also, perhaps a better solution would be to just use root, since the sudo trickery won't work when using the Go-native IPMI implementation.