From cdbd0f865a09fe0984b5dab46c3d5ddd4e9c0124 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Tue, 15 Feb 2022 22:11:10 +0100 Subject: [PATCH] replaced centos 8 with almalinux --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 88cc4f9..ca7862f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -120,7 +120,7 @@ steps: - "prepare_workspace" - name: test-centos8 - image: lerentis/ansible:centos-8 + image: lerentis/ansible:almalinux-8 commands: - ansible-galaxy collection install community.general - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check