Update 'tasks/apache.yml'
This commit is contained in:
parent
05f43fe4db
commit
6ef9d7042f
|
@ -9,7 +9,7 @@
|
||||||
apt: pkg={{ apache_modules_packages }} state={{ apache_pkg_state }} cache_valid_time=3600
|
apt: pkg={{ apache_modules_packages }} state={{ apache_pkg_state }} cache_valid_time=3600
|
||||||
when:
|
when:
|
||||||
- not apache_from_ppa
|
- 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' ]
|
tags: [ 'apache', 'apache_additional_packages' ]
|
||||||
|
|
||||||
- name: Install the apache additional packages, if any
|
- name: Install the apache additional packages, if any
|
||||||
|
|
Loading…
Reference in New Issue