whitespace

This commit is contained in:
Jérémy Lecour 2021-08-24 18:16:11 +02:00 committed by Jérémy Lecour
parent bd92ff95c8
commit 5a83a30a4c
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
# HP gen <10: Hewlett-Packard Company Smart Array
# HP gen >=10: Adaptec Smart Storage PQI
- name: Detect if RAID is installed
shell:
cmd: "set -o pipefail && lspci -q | grep -e 'RAID bus controller' -e 'Serial Attached SCSI controller'"
shell:
cmd: "lspci -q | grep -e 'RAID bus controller' -e 'Serial Attached SCSI controller'"
executable: /bin/bash
check_mode: no
register: raidmodel