minor fix

pull/35/head
Emilien Mantel 2018-01-15 19:12:22 +01:00
parent 4ca8f9e319
commit 5d46daaba8
1 changed files with 1 additions and 1 deletions

View File

@ -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: