Alter ansible version constraint to <2.3.0

Ansible 2.3 has been found not to work with some parts of kayobe.
This commit is contained in:
Mark Goddard 2017-06-30 16:17:00 +01:00
parent 328455ec10
commit f40978b59e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ansible>=2.2.0,!=2.3 # GPLv3
ansible<2.3.0 # GPLv3
cliff>=2.5.0 # Apache
netaddr!=0.7.16,>=0.7.13 # BSD
PyYAML>=3.10.0 # MIT