crowdsec/test/ansible/vagrant/fedora-36/skip

10 lines
143 B
Plaintext
Raw Permalink Normal View History

2022-08-04 09:25:34 +00:00
#!/bin/sh
die() {
echo "$@" >&2
exit 1
}
[ "${DB_BACKEND}" = "mysql" ] && die "mysql role does not support this distribution"
exit 0