summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2024-07-23 23:56:15 +0200
committerGitHub <noreply@github.com>2024-07-23 23:56:15 +0200
commit33565f377476ccd92643f6f32be814a00efb340d (patch)
treeb2541e8c6993cb53d382bf85d93700040e1b157c /changelogs
parentdisplay: warn user about empty log path value (#83381) (diff)
downloadansible-33565f377476ccd92643f6f32be814a00efb340d.tar.xz
ansible-33565f377476ccd92643f6f32be814a00efb340d.zip
increase timeout downloading galaxy role URLs (#83562)
* Update the timeout to download role archive to 60 seconds to match collections TODO: in future make a configurable 'artifact download timeout'
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-galaxy-install-archive-url-timeout.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-galaxy-install-archive-url-timeout.yml b/changelogs/fragments/ansible-galaxy-install-archive-url-timeout.yml
new file mode 100644
index 0000000000..bf87d43540
--- /dev/null
+++ b/changelogs/fragments/ansible-galaxy-install-archive-url-timeout.yml
@@ -0,0 +1,4 @@
+bugfixes:
+- >-
+ ``ansible-galaxy role install`` - update the default timeout to download
+ archive URLs from 20 seconds to 60 (https://github.com/ansible/ansible/issues/83521).