mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-03 12:12:10 +07:00
@@ -40,7 +40,7 @@
|
|||||||
pkg: "{{ item }}"
|
pkg: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items: "{{ nginx_module_packages }}"
|
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
|
- name: APT | Install python-passlib
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user