From: Tom Hughes Date: Thu, 30 Jun 2022 19:56:09 +0000 (+0100) Subject: Enable osmadmins PPA for Ubuntu 22.04 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/98d2164d4480900139e4e9c2c2d66261b3c51bcc Enable osmadmins PPA for Ubuntu 22.04 --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 30ac19577..c1355ec76 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -81,7 +81,6 @@ end apt_repository "openstreetmap" do action repository_actions["openstreetmap"] uri "ppa:osmadmins/ppa" - only_if { node[:lsb][:release].to_f < 22.04 } end apt_repository "management-component-pack" do