From be76cb10aafabdafcd44bfbb1584a47b67a45af5 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Fri, 31 Mar 2023 10:00:13 +0200 Subject: [PATCH] Update the docker image with the correct tag Signed-off-by: Noah Knegt --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ccee337..9d2b0cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: - master - name: ansible apply - image: cytopia/ansible:infra + image: cytopia/ansible:latest-tools commands: - ansible-playbook -i inventory/hosts site.yml --private-key /drone/src/.ssh/id_ed25519 when: -- 2.49.1