crowdsec/test/ansible/vagrant/fedora-40/skip
Manuel Sabban 95bc5880f4
update vagrant image for fc39, fc40 and ubuntu24.04 (#3042)
* update test distribution
* add skip file to avoid mysql tests
* add ubuntu 24.04
2024-05-31 15:56:13 +02:00

9 lines
143 B
Bash

#!/bin/sh
die() {
echo "$@" >&2
exit 1
}
[ "${DB_BACKEND}" = "mysql" ] && die "mysql role does not support this distribution"
exit 0