mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-26 09:12:09 +07:00
minor fix
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
pkg: "{{ item }}"
|
||||
state: present
|
||||
with_items: "{{ nginx_module_packages }}"
|
||||
when: "{{ nginx_version.stdout | version_compare('1.9.11', 'ge')"
|
||||
when: nginx_version.stdout | version_compare('1.9.11', 'ge')
|
||||
|
||||
- name: APT | Install python-passlib
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user