ansible-personal/roles/nginx
Alan Orth 50536af990
Use Ansible's version_compare instead of doing math on strings
I'm surprised this worked all these years actually. Since Ansible
version 1.6 it has been possible to use the version_compare filter
instead of doing math logic on strings.

See: https://docs.ansible.com/ansible/playbooks_tests.html
2016-12-20 15:04:47 +02:00
..
defaults Set use_letsencrypt to true for nginx role 2016-10-09 11:59:21 +03:00
files roles/nginx: Decrease gzip_min_length from 860 to 256 2016-11-14 12:46:34 +02:00
handlers Initial commit 2014-08-17 00:35:57 +03:00
tasks Use Ansible's version_compare instead of doing math on strings 2016-12-20 15:04:47 +02:00
templates Use Ansible's version_compare instead of doing math on strings 2016-12-20 15:04:47 +02:00