Skip to content

Commit

Permalink
Avoid to re-download common binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Feb 5, 2023
1 parent aa17d78 commit 2874158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/download/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
- item.value.enabled
- (not (item.value.container | default(false))) or (item.value.container and download_container)
- (download_run_once and inventory_hostname == download_delegate) or (group_names | intersect(download.groups) | length)
run_once: true

0 comments on commit 2874158

Please sign in to comment.