diff --git a/recipes/default.rb b/recipes/default.rb
index 60952c7ab054f7dfd304c39f5317377b232700cb..b7809543954be416770c918aee2b71f6f8506232 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -77,7 +77,7 @@ if node['platform_version'] == '16.04'
 
 	apache_module 'http2' do
 		disable true
-		only_if { not node['typo3_site']['allow_http2'] }
+		only_if { node['typo3_site']['allow_http2'] }
 	end
 else
 	include_recipe 'apache2::mod_php5'