From ae6f03030e375a2c2a06cee53cd2e74325e63cbd Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 11:09:10 -0500 Subject: [PATCH] fix missing images --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 998c8df..4233cca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ steps: - push - name: "Ansible-Galaxy: Install from requirements.yml" + image: gitea.thezengarden.net/podman/images/ansible-dev:latest commands: - ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml when: