Skip to content

Commit

Permalink
Merge pull request #62 from sown/tds/raid-ua
Browse files Browse the repository at this point in the history
fix dell tar download, wget user agent blocked
  • Loading branch information
TimStallard authored Feb 11, 2024
2 parents 060ae03 + c2aefd6 commit 7c2aedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/monitored/tasks/raid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c2aedf

Please sign in to comment.