From 073844a664dc2d644df927d9196d63566a97b01b Mon Sep 17 00:00:00 2001 From: George Oastler Date: Wed, 14 Aug 2024 15:21:14 +0100 Subject: [PATCH] ansible --- docker/ci.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ci.dockerfile b/docker/ci.dockerfile index 60cbb1cdad..422ccb3df7 100644 --- a/docker/ci.dockerfile +++ b/docker/ci.dockerfile @@ -43,7 +43,7 @@ RUN apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugi RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash -RUN pipx install ansible-core --force && pipx ensurepath --force +RUN pipx install ansible RUN pip install ruff