David Chwalisz
David Chwalisz
I have a global password file defined in /etc/ansible I would love to right-click a vault.yml file, Choose "Ansible Vault > Encrypt" and have it encrypted without copying the path...
This issue is also preventing us from using the fix for #25.
We are seeing the same thing on our Centos 7 Jenkins nodes ``` [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal pw.krejci:multi-release-jar-maven-plugin:0.1.5:compile (default-compile) on project fsc-commons-core: Failed to prepare multi-release sources...
In my module development, I have two repositories open in two editor windows, one the test configuration, the other the module source. I make changes to the module repo, then...
I see the same behavior with the 5.45.0 provider. I was setting the `GITHUB_TOKEN` env var, AND an env var `github_pat_token` that was used to set the token into the...
I saw the same error with provider 5.45.0 and found I could fix it by using ONLY the `GITHUB_TOKEN` env var, and not the "token" value in the provider block....