Merge pull request 'Update 'tasks/apache.yml'' (!1) from tpiccioli-patch-1 into master

Reviewed-on: #1
This commit is contained in:
Andrea Dell'Amico 2021-10-12 21:40:20 +02:00
commit a160e8d92c
1 changed files with 1 additions and 1 deletions

View File

@ -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