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

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

Change-Id: I273ac9e8295bfe3fb97af620c1e48e9fbbf06c6e
This commit is contained in:
caoyuan 2018-06-26 11:49:17 +08:00
parent da9ff22461
commit 0dd487fdb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
docker_version_min: '1.10.0'
docker_py_version_min: '2.0.0'
ansible_version_min: '2.2.0'
ansible_version_min: '2.4.0'