kvm-host: Fix regression on old Debian
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2640|6|2634|6|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/399//ansiblelint">Evolix » ansible-roles » unstable #399</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Brice Waegeneire 2023-11-21 16:17:48 +01:00
parent 736ed26036
commit 239065bf36

View file

@ -231,7 +231,7 @@ EOT
if ! isDryRun; then
sleep 5
drbdadm status | tail -4
( drbdadm status || drbd-overview ) 2>/dev/null | tail -4
drbdDiskPath="/dev/drbd/by-res/${vmName}/0"
if ! [ -b "${drbdDiskPath}" ]; then