FAILED - RETRYING: Refresh the Streisand GPG keyring with keyserver information #1836
Description
Expected behavior:
Refreshed the Streisand GPG keyring
Actual Behavior:
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: [localhost]: 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.529998", "end": "2021-03-10 13:07:32.375476", "msg": "non-zero return code", "rc": 2, "s tart": "2021-03-10 13:07:31.845478", "stderr": "gpg: refreshing 10 keys from hkps://gpg.mozilla.org\ngpg: keyserver refresh failed: General error", "stderr_l ines": ["gpg: refreshing 10 keys from hkps://gpg.mozilla.org", "gpg: keyserver refresh failed: General error"], "stdout": "", "stdout_lines": []}
Steps to Reproduce:
- Run the setup
[ contents of streisand-diagnostics.md
here ]
Additional Details:
Log output from Ansible or other relevant services (link to Gist for longer output):
Target Cloud Provider:
Oracle Cloud (Localhost)
Operating System of target host:
Ubuntu 16.04
Operating System of client:
Localhost
Version of Ansible, using ansible --version
:
/home/ubuntu/streisand/venv/lib/python3.5/site-packages/ansible/parsing/vault/init.py:41: CryptographyDeprecationWarning: Python 3.5 support will be dropped in the next release of cryptography. Please upgrade your Python.
from cryptography.exceptions import InvalidSignature
ansible 2.8.4
config file = /home/ubuntu/streisand/ansible.cfg
configured module search path = ['/home/ubuntu/streisand/library']
ansible python module location = /home/ubuntu/streisand/venv/lib/python3.5/site-packages/ansible
executable location = /home/ubuntu/streisand/venv/bin/ansible
python version = 3.5.2 (default, Jan 26 2021, 13:30:48) [GCC 5.4.0 20160609]