Skip to content

Commit

Permalink
Merge pull request #498 from travisdowns/td-fix-457
Browse files Browse the repository at this point in the history
fix: use throttle: 1 for localhost unarchive
  • Loading branch information
gardar authored Jan 30, 2025
2 parents 21f7346 + 341d90f commit 83b5c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/_common/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
list_files: true
extra_opts: "{{ _common_binary_unarchive_opts | default(omit, true) }}"
check_mode: false
throttle: 1 # see prometheus-community/ansible#457
when: __common_binary_basename is search('\.zip$|\.tar\.gz$')

- name: "Check existence of binary install dir"
Expand Down

0 comments on commit 83b5c96

Please sign in to comment.