From 774978d6d82816dc864201d947d1a9c15654866c Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 26 Feb 2021 14:13:31 +0100 Subject: [PATCH] requirements.in: stick ansible version to 2.8 version Since we are not ready for ansible 3 from ceph-cm-ansible point of view: 2021-02-26T12:45:17.668 INFO:teuthology.task.ansible.out:ERROR! couldn't resolve module/action 'firewalld'. This often indicates a misspelling, missing collection, or incorrect module path. Signed-off-by: Kyr Shatskyy --- requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.in b/requirements.in index c9bf3a4d64..8d3e1c814d 100644 --- a/requirements.in +++ b/requirements.in @@ -11,7 +11,7 @@ netaddr paramiko psutil >= 2.1.0 configparser -ansible>=2.0 +ansible==2.8.19 prettytable manhole humanfriendly -- 2.39.5