Update 'tasks/apache.yml' #1

Merged
adellam merged 1 commits from tpiccioli-patch-1 into master 2021-10-12 21:40:21 +02:00
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