How to run as sudo without being prompted for sudo pass? #4244
Unanswered
devjk1
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some working code that I need to run as sudo, but would like to skip the password prompt that comes with running these tasks. How can I skip the password prompt?
Even though the command runs most of the time, sometimes if I wait too long I get this error.
If I add
set('remote_user', get('provision_user'));to the tasks, I get this error.Any help is appreciated and thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions