From bc4f5519cc696e5cb10d50122a604c9224ca0430 Mon Sep 17 00:00:00 2001 From: deepend Date: Mon, 31 Jul 2023 20:30:01 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9724590..6e6fa81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: syntax - image: debian:10 + image: debian:11 commands: - .drone/deps - ansible-playbook -i hosts site.yml --syntax