Add a note to requirements.txt about Ansible dell network module bug 30350

This commit is contained in:
Mark Goddard 2017-09-14 14:41:01 +01:00
parent c2312561dd
commit 4b197daeaf
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Ansible 2.3 has a bug (#30350) in the Dell network modules. Pull in a version
# with the fix backported. It can be installed by uncommenting the following
# line and commenting the one after.
# -e git+https://github.com/stackhpc/ansible@issue-30350-2.3#egg=ansible-issue-30350-2.3 # GPLv3
ansible<2.4.0 # GPLv3
cliff>=2.5.0 # Apache
netaddr!=0.7.16,>=0.7.13 # BSD