From d02a5b2501c4487cbc261dbb4534880aed22d47c Mon Sep 17 00:00:00 2001 From: sky-joker Date: Sat, 27 Feb 2021 20:57:38 +0900 Subject: [PATCH] fix CI error (#14) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6c3c6b4..adce0da 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = deps = molecule[test] ansible >= 2.10 - ansible-lint + ansible-lint == 4.3.7 yamllint commands = pip install . @@ -38,7 +38,7 @@ commands = deps = molecule[test] ansible >= 2.10 - ansible-lint + ansible-lint == 4.3.7 yamllint commands = pip install .