Fix failures on travis

This commit is contained in:
Emilien Mantel
2017-07-27 14:56:43 +02:00
parent 4751eaa3c1
commit b72263f7e5
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
fail:
msg: "This ansible version ({{ ansible_version.full}}) is not compatible with your needs (Debian Stretch + htpasswd). Please see https://github.com/HanXHX/ansible-nginx/issues/28"
when:
ansible_distribution_major_version >= 9 and
ansible_distribution_major_version | version_compare('9', 'ge') and
ansible_version.full | version_compare('2.3.2', 'lt') and
nginx_htpasswd | length > 0