From cf0bdbfc7c57c50778f268715c5ea763c6ae2a63 Mon Sep 17 00:00:00 2001 From: Eduardo Medeiros Date: Fri, 14 Jun 2024 08:51:58 +0200 Subject: [PATCH] upgrade azcopy version to 10.25.1 (#27) --- README.md | 1 - defaults/main.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fe2527..24ab2da 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ If you want to replace or change some variable, please change on playbook level. | azcopy_group | azcopy group name | root | | azcopy_bin_path | installation path | /usr/local/bin | | azcopy_pkg_url | azcopy source url | | -| azcopy_sha256 | sha256 sum | | ``` ## Dependencies diff --git a/defaults/main.yml b/defaults/main.yml index 6485d4a..3502736 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -6,5 +6,5 @@ azcopy_pkg_deps: azcopy_username: root azcopy_group: root azcopy_bin_path: /usr/local/bin -azcopy_pkg_url: https://azcopyvnext.azureedge.net/releases/release-10.25.0-20240522/azcopy_linux_amd64_10.25.0.tar.gz -azcopy_version: 10.25.0 \ No newline at end of file +azcopy_pkg_url: https://azcopyvnext.azureedge.net/releases/release-10.25.1-20240612/azcopy_linux_amd64_10.25.1.tar.gz +azcopy_version: 10.25.1 \ No newline at end of file