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
For example:
fatal: [instance]: FAILED! => {"changed": false, "cmd": "/usr/bin/apt-key --keyring /etc/apt/trusted.gpg.d/erlang-E495BB49CC4BBE5B.gpg add -", "msg": "Unable to add a key from binary data", "rc": 2, "stderr": "Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).\ngpg: error running '/usr/bin/gpg-agent': probably not installed\ngpg: failed to start agent '/usr/bin/gpg-agent': Configuration error\ngpg: can't connect to the agent: Configuration error\n", "stderr_lines": ["Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).", "gpg: error running '/usr/bin/gpg-agent': probably not installed", "gpg: failed to start agent '/usr/bin/gpg-agent': Configuration error", "gpg: can't connect to the agent: Configuration error"], "stdout": "", "stdout_lines": []}
We need to update the code after the PR #20 was merged—so we use the new method of adding keys.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example:
We need to update the code after the PR #20 was merged—so we use the new method of adding keys.
The text was updated successfully, but these errors were encountered: