Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I keep getting this error when I attempt to set up streisand effect: TASK [gpg : Refresh the Streisand GPG keyring with keyserver information] ********************************************** FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (10 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (9 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (8 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (7 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (6 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (5 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (4 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (3 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (2 retries left). FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information (1 retries left). fatal: [209.151.153.190]: FAILED! => {"attempts": 10, "changed": true, "cmd": ["gpg2", "--no-default-keyring", "--keyring", "/root/.gnupg/streisand/pubring.gpg", "--keyserver-options", "timeout=120", "--refresh"], "delta": "0:00:00.566282", "end": "2020-09-09 06:22:41.480233", "msg": "non-zero return code", "rc": 2, "start": "2020-09-09 06:22:40.913951", "stderr": "gpg: refreshing 10 keys from hkps://gpg.mozilla.org\ngpg: keyserver refresh failed: General error", "stderr_lines": ["gpg: refreshing 10 keys from hkps://gpg.mozilla.org", "gpg: keyserver refresh failed: General error"], "stdout": "", "stdout_lines": []} Did some research and found this article with exact same issue: StreisandEffect#1406 I am trying to figure out how to edit on my own to see if this is a fix or not though.
- Loading branch information