Update file main.yml

This commit is contained in:
Administrator 2025-11-14 09:48:11 +00:00
parent 6ad6764bae
commit bb592758bd

View File

@ -202,8 +202,8 @@
notify: restart node_exporter
# ========== storcli — проверка и сбор метрик (без установки) ==========
- name: Detect MegaRAID controller (lspci check)
command: lspci -d 1000: | grep -q "MegaRAID"
- name: Detect MegaRAID controller
command: lspci -d 1000:
register: lspci_megaraid
ignore_errors: yes
changed_when: false