We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This role variable should case the role to use torsocks (usewithtor) whenever possible to install things; for example:
usewithtor apt-get install PackageName or usewithtor pip install PythonPackageName
If use_torsocks is set to "no" then the appropriate ansible module should be used to install the package...
Perhaps use_torsocks should have a default value of "yes" set in the defaults section of the role.
The text was updated successfully, but these errors were encountered:
for instance, the task to pip install obfsproxy with usewithtor would be:
Sorry, something went wrong.
No branches or pull requests
This role variable should case the role to use torsocks (usewithtor) whenever possible to install things; for example:
usewithtor apt-get install PackageName
or
usewithtor pip install PythonPackageName
If use_torsocks is set to "no" then the appropriate ansible module should be used to install the package...
Perhaps use_torsocks should have a default value of "yes" set in the defaults section of the role.
The text was updated successfully, but these errors were encountered: