Merge "Install squashfs-tools for Ubuntu image builds"

This commit is contained in:
Zuul 2021-04-26 10:05:52 +00:00 committed by Gerrit Code Review
commit 123e8c6fde
2 changed files with 6 additions and 0 deletions

View File

@ -16,4 +16,5 @@ dib_host_required_packages:
- dosfstools
- e2fsprogs
- gdisk
- "squashfs{% if ansible_os_family != 'Suse' %}-tools{% endif %}"
- xfsprogs

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes a failure when building an Ubuntu image due to a missing
``squashfs-tools`` package.