From c2aefd65d77fbeef40be1df97a507ec8e2246032 Mon Sep 17 00:00:00 2001 From: Tim Stallard Date: Sun, 12 Nov 2023 18:43:02 +0000 Subject: [PATCH] fix dell tar download, wget user agent blocked --- roles/monitored/tasks/raid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/monitored/tasks/raid.yml b/roles/monitored/tasks/raid.yml index e875d17..4d2bd68 100644 --- a/roles/monitored/tasks/raid.yml +++ b/roles/monitored/tasks/raid.yml @@ -39,7 +39,7 @@ # extract the binaries from it shell: > # noqa: command-instead-of-module set -o pipefail && - wget -q -O - https://dl.dell.com/FOLDER07815522M/1/PERCCLI_7.1910.00_A12_Linux.tar.gz + wget -U "sown download" -q -O - https://dl.dell.com/FOLDER07815522M/1/PERCCLI_7.1910.00_A12_Linux.tar.gz | tar -zxOf - PERCCLI_7.1910.00_A12_Linux/perccli_007.1910.0000.0000_all.deb | dpkg --fsys-tarfile - | tar -xO -f - ./opt/MegaRAID/perccli/perccli64 > /usr/local/sbin/perccli