From 6ef9d7042f819fcda2e69294224ec4196f2b3b77 Mon Sep 17 00:00:00 2001 From: Tommaso Piccioli Date: Tue, 12 Oct 2021 19:24:21 +0200 Subject: [PATCH] Update 'tasks/apache.yml' --- tasks/apache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/apache.yml b/tasks/apache.yml index 8b1bd72..0d34926 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -9,7 +9,7 @@ apt: pkg={{ apache_modules_packages }} state={{ apache_pkg_state }} cache_valid_time=3600 when: - not apache_from_ppa - - when: ansible_distribution_version is version_compare('16.04', '<=') + - ansible_distribution_version is version_compare('16.04', '<=') tags: [ 'apache', 'apache_additional_packages' ] - name: Install the apache additional packages, if any