From 79fab65ba854056ca81b8d2b874a0945d5811e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Tue, 21 Jun 2022 21:55:42 +0200 Subject: [PATCH] add ansible 6 to testing (#27) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f8a3212..8f699c8 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skipsdist = True [ansible] ansible_test_platform=posargs # only used in role scenario tests -ansible = 4,5 +ansible = 4,5,6 python = 3 [testenv]