Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/1179
I was able to spin-up Full Dev with Ansible 2.5.0.0. What versions have
you specifically tested this on?
```
$ ansible --version
ansible 2.5.0
config file =
/Users/nallen/tmp/metron-pr1179/metron-deployment/development/centos6/ansible.cfg
configured module search path =
[u'/Users/nallen/tmp/metron-pr1179/metron-deployment/ansible/extra_modules']
ansible python module location =
/usr/local/lib/python2.7/site-packages/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.15 (default, Jun 26 2018, 19:46:20) [GCC 4.2.1
Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)]
```
Also, we should probably give a shout-out to the Dev list mentioning that
only 2.4.0+ will work after this PR goes in.
---