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
When I re-run the playbook I get the following error in "Download RKE2 installation script" task
FAILED! => {"changed": false, "dest": "/var/tmp/rke2.sh", "elapsed": 20, "gid": 0, "group": "root", "mode": "0700", "msg": "Request failed: <urlopen error [Errno 101] Network is unreachable>", "owner": "root", "size": 24971, "state": "file", "uid": 0, "url": "https://get.rke2.io/"}
If I rerun the network error happens on different host. A retry mechanism could handle this I think.
Bug Report
ansible [core 2.16.10] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible python version = 3.10.12 (main, Jul 29 2024, 16:56:48) [GCC 11.4.0] (/usr/bin/python3) jinja version = 3.0.3 libyaml = True
no network timeout or error when role downloads the install script from https://get.rke2.io/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
When I re-run the playbook I get the following error in "Download RKE2 installation script" task
If I rerun the network error happens on different host. A retry mechanism could handle this I think.
Issue Type
Bug Report
Ansible Version
Steps to Reproduce
Expected Results
no network timeout or error when role downloads the install script from https://get.rke2.io/
Actual Results
FAILED! => {"changed": false, "dest": "/var/tmp/rke2.sh", "elapsed": 20, "gid": 0, "group": "root", "mode": "0700", "msg": "Request failed: <urlopen error [Errno 101] Network is unreachable>", "owner": "root", "size": 24971, "state": "file", "uid": 0, "url": "https://get.rke2.io/"}
The text was updated successfully, but these errors were encountered: