Bump ansible_version_min to 2.4

the include_tasks is the new feature in version 2.4[0], and
kolla use it[1], the ansible_version_min should be updated
to version 2.4

Depend-on: I273ac9e8295bfe3fb97af620c1e48e9fbbf06c6e

[0]: https://docs.ansible.com/ansible/2.4/include_tasks_module.html
[1]: https://review.openstack.org/#/c/584728/

Change-Id: Ic955a6d808dfe9d0f8303b58207e7fbd71be78e2
This commit is contained in:
caoyuan 2018-07-31 13:26:39 +08:00
parent 9f0d3f324c
commit a79a3930eb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.10.2,<0.11
ansible>=2.2.0
ansible>=2.4.0
bandit>=0.13.2
coverage>=3.6
discover