Created
April 11, 2016 16:59
-
-
Save iautom8things/92163c2c4b824d93ed384c4638c8e6e9 to your computer and use it in GitHub Desktop.
apt_key error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [cassandra : Add (3 of 3) Cassandra Public Key] *************************** | |
fatal: [kong_test_qa]: FAILED! => {"changed": false, "cmd": "apt-key adv --keyserver pgp.mit.edu --recv 0353B12C", "failed": true, "msg": "gpg: requesting key 0353B12C from hkp server pgp.mit.edu\ngpg: no writable keyring found: eof\ngpg: error reading `[stream]': general error\ngpg: Total number processed: 0", "rc": 2, "stderr": "gpg: requesting key 0353B12C from hkp server pgp.mit.edu\ngpg: no writable keyring found: eof\ngpg: error reading `[stream]': general error\ngpg: Total number processed: 0\n", "stdout": "Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.mpHHPv7YFs --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver pgp.mit.edu --recv 0353B12C\n", "stdout_lines": ["Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.mpHHPv7YFs --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver pgp.mit.edu --recv 0353B12C"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Add (3 of 3) Cassandra Public Key | |
become_user: root | |
apt_key: keyserver={{ gpg_server }} id=0353B12C state=present | |
tags: [ apt-key, install ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment