Yassine Zouggari
Yassine Zouggari
Hello, and thanks for this very interesting project. I'm trying to set it up for a Raspberry Pi 4 on the latest Raspberry Pi OS **Lite**. I do not want...
Hello, To ease the task of analysing a game (after it is played using this crate), displaying a Game using PGN could be interesting, so that it can be plugged...
Hello, I run into this error message when trying to validate my templates: https://github.com/projectdiscovery/nuclei/blob/9e9a4a82dadc76849758e1f7d89d55c8f86cf847/internal/runner/runner.go#L436 Nothing else. Is there a way to display more information (i.e. the template that fails validation,...
The commit 73c526d073dfd277eba3d6897806a2c430e017d8 introduced the following bug, when passing `php_default_version_debian` as a float and not a string: ``` fatal: [my-server]: FAILED! => msg: 'Unexpected templating type error occurred on ({{...
Two main reasons to prefer using apt: * On Debian 12, installing supervisor with pip as a global package, like this role does, is no longer permitted. * Pip needs...
I would like to use a variable to define the Vault license. A nice improvement would be to be able to copy a variable's content as the license file on...
Add a new variable, `vault_dogstatsd_address`, to use the DogStatsD telemetry provider. It's documented here: https://developer.hashicorp.com/vault/docs/configuration/telemetry#dogstatsd_addr The PR also updates the role variable documentation section on telemetry.