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
Got below error:
<10.1.1.1> (1, '\n{"msg": "key does not seem to have been added", "failed": true, "id": "D59097AB", "invocation": {"module_args": {"file": null, "keyserver": null, "url": "https://packagecloud.io/gpg.key", "validate_certs": true, "keyring": null, "state": "present", "key": null, "data": null, "id": "D59097AB"}}}\n', 'OpenSSH_7.6p1, LibreSSL 2.6.2\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 48: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 55009\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\n') fatal: [grafana01]: FAILED! => { "changed": false, "failed": true, "id": "D59097AB", "invocation": { "module_args": { "data": null, "file": null, "id": "D59097AB", "key": null, "keyring": null, "keyserver": null, "state": "present", "url": "https://packagecloud.io/gpg.key", "validate_certs": true } }, "msg": "key does not seem to have been added" }
I think the root cause is id(D59097AB) has been expired, but not sure. Would some confirm and fix it? Thanks.
The text was updated successfully, but these errors were encountered:
#23 - this fixes it, grafana deb packages are in a new repo now
Sorry, something went wrong.
Can the fix be merged? @impca @klen
We need someone with write access to this repo to merge it. @klen?
No branches or pull requests
Got below error:
<10.1.1.1> (1, '\n{"msg": "key does not seem to have been added", "failed": true, "id": "D59097AB", "invocation": {"module_args": {"file": null, "keyserver": null, "url": "https://packagecloud.io/gpg.key", "validate_certs": true, "keyring": null, "state": "present", "key": null, "data": null, "id": "D59097AB"}}}\n', 'OpenSSH_7.6p1, LibreSSL 2.6.2\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 48: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 55009\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\n')
fatal: [grafana01]: FAILED! => {
"changed": false,
"failed": true,
"id": "D59097AB",
"invocation": {
"module_args": {
"data": null,
"file": null,
"id": "D59097AB",
"key": null,
"keyring": null,
"keyserver": null,
"state": "present",
"url": "https://packagecloud.io/gpg.key",
"validate_certs": true
}
},
"msg": "key does not seem to have been added"
}
I think the root cause is id(D59097AB) has been expired, but not sure. Would some confirm and fix it? Thanks.
The text was updated successfully, but these errors were encountered: