Merge branch 'filesystem-ubuntu' into 'master'

[filesystem] Add ubuntu as supported distribution.

See merge request ungleich-public/cdist!1013
This commit is contained in:
poljakowski 2021-07-30 10:29:55 +02:00
commit b0e00efe64
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ else
fi
case "$os" in
alpine|centos|fedora|redhat|suse|gentoo)
alpine|centos|fedora|gentoo|redhat|suse|ubuntu)
if [ ! -x "$(command -v lsblk)" ]; then
echo "lsblk is required for __filesystem type" >&2
exit 1