Using loop instead of with_X

The loop keyword is the current recommended way to handle loops,
and supports filters.
It's available since Ansible version 2.5 so changing ansible
requirement in driver-requirements.

Change-Id: Ibff1f07ca00b8f5a5274d73f9e53196f49c33a66
This commit is contained in:
Riccardo Pittau
2019-10-23 12:02:51 +02:00
parent 0f95848d6f
commit 89c30cb923
4 changed files with 8 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ python-xclarityclient>=0.1.6
sushy>=2.0.0
# Ansible-deploy interface
ansible>=2.4
ansible>=2.5
# HUAWEI iBMC hardware type uses the python-ibmcclient library
python-ibmcclient>=0.1.0