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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user