diff --git a/service/Rakefile b/service/Rakefile index 508cc8b17..1516c673b 100644 --- a/service/Rakefile +++ b/service/Rakefile @@ -2,3 +2,8 @@ # just inherit the usual YaST rake tasks require "yast/rake" + +Yast::Tasks.configuration do |conf| + # lets ignore license check for now + conf.skip_license_check << /.*/ +end