summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2019-10-23 12:02:51 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2019-10-24 10:02:20 +0200
commit89c30cb923863c71a88647309cdc605b18caa777 (patch)
tree35cf7c5382655c81580f44da4c5a011fbdd188d7 /driver-requirements.txt
parent0f95848d6f8e98f4ec7d9bddec19e269daa35e28 (diff)
downloadironic-89c30cb923863c71a88647309cdc605b18caa777.tar.gz
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
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 183a3122b..c9874f12f 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -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