This commit is contained in:
Jérémy Lecour 2021-06-28 15:36:50 +02:00 committed by Jérémy Lecour
parent 55ad6882b5
commit 6d757f971e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
# HP gen <10: Hewlett-Packard Company Smart Array
# HP gen >=10: Adaptec Smart Storage PQI
- name: Detect if RAID is installed
shell: "set -o pipefila && lspci -q | grep -e 'RAID bus controller' -e 'Serial Attached SCSI controller'"
shell: "set -o pipefail && lspci -q | grep -e 'RAID bus controller' -e 'Serial Attached SCSI controller'"
check_mode: no
register: raidmodel
changed_when: "'FAILED' in raidmodel.stdout"