We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for example: (it's impossible to useyay, for example, or build a package from source on arch linux)
yay
makepkg doesn't allow running under sudo. It then asks for a password...: [sudo] password for user1:
makepkg
[sudo] password for user1:
pyinfra cannot process this request because the password prompt is hardcoded.
Are there any solutions?
The text was updated successfully, but these errors were encountered:
The line is showing (https://github.com/pyinfra-dev/pyinfra/blob/3.x/pyinfra/connectors/util.py#L203) but pyinfra is looking at the last line, which here is the WARNING line. Changing pyinfra to look at all lines (from last to first) is probably the best option here.
WARNING
I'm not a fan of matching the line at all but unfortunately I've yet to come up with something better..
Sorry, something went wrong.
Fizzadar
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
for example:

(it's impossible to use
yay
, for example, or build a package from source on arch linux)makepkg
doesn't allow running under sudo. It then asks for a password...:[sudo] password for user1:
pyinfra cannot process this request because the password prompt is hardcoded.
Are there any solutions?
The text was updated successfully, but these errors were encountered: