mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-09 12:42:10 +07:00
Drop Jessie support
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user