Drop Jessie support

This commit is contained in:
Emilien Mantel
2019-02-13 14:40:03 +01:00
parent 91ca31e676
commit 5ed17149e5
12 changed files with 6 additions and 45 deletions
-3
View File
@@ -23,9 +23,6 @@
apt:
pkg: "{{ nginx_module_packages }}"
state: present
when:
ansible_distribution_major_version is version('9', 'ge') or
nginx_backports
- name: APT | Install python-passlib
apt: