diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2024-07-23 23:56:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 23:56:15 +0200 |
commit | 33565f377476ccd92643f6f32be814a00efb340d (patch) | |
tree | b2541e8c6993cb53d382bf85d93700040e1b157c /changelogs | |
parent | display: warn user about empty log path value (#83381) (diff) | |
download | ansible-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.yml | 4 |
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). |