Skip to content
New issue

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

apt_key in stouts.grafana got error: key does not seem to have been added #22

Open
haishandu opened this issue Jan 15, 2019 · 3 comments

Comments

@haishandu
Copy link

haishandu commented Jan 15, 2019

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.

@impca
Copy link

impca commented Jan 23, 2019

#23 - this fixes it, grafana deb packages are in a new repo now

@yogeshVU
Copy link

Can the fix be merged? @impca @klen

@impca
Copy link

impca commented Mar 19, 2019

We need someone with write access to this repo to merge it. @klen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants