From 473c5439c7d4cb4a898b7f67698afaf465559f5f Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 27 Apr 2020 16:30:01 +0100 Subject: [PATCH] Use btrfs-progs instead of btrfs-tools On ubuntu focal the metapackage btrfs-tools is no longer present. btrfs-progs is availabale on bionic, focal and buster. Change-Id: I3d1db0c7e1db25e17f9efadf8144526558fe75b2 --- tests/roles/bootstrap-host/vars/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/bootstrap-host/vars/debian.yml b/tests/roles/bootstrap-host/vars/debian.yml index c93fde0cd1..74650595be 100644 --- a/tests/roles/bootstrap-host/vars/debian.yml +++ b/tests/roles/bootstrap-host/vars/debian.yml @@ -16,7 +16,7 @@ packages_install: - apt-transport-https - bridge-utils - - btrfs-tools + - btrfs-progs - build-essential - chrony - curl