From 8c9032b4b942f9b9e7c070611a11f0b523326278 Mon Sep 17 00:00:00 2001 From: Seth Doty Date: Tue, 11 Oct 2022 18:36:51 -0500 Subject: [PATCH] add pytest ansible --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 92e96e7..c1bd134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ ENV PIP_PACKAGES="\ ansible==${ANSIBLE_PIP_VERSION} \ docker-py \ pytest==3.7.2 \ + pytest-ansible \ " RUN \