From aefd6d74a445e286e0cee01b7dbc51413a83712e Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Fri, 31 Mar 2023 10:26:43 +0200 Subject: [PATCH] Use the right image with all ssh tools Signed-off-by: Noah Knegt --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9c6f222..e70329b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - ansible-lint . - name: setup ssh key - image: debian:latest + image: cytopia/ansible:latest-tools commands: - mkdir -p /root/.ssh - echo "$SSH_KEY" > /root/.ssh/id_ed25519