From de42fb97106b581ebba34c7b2b16d8c96ecc7c12 Mon Sep 17 00:00:00 2001 From: stelb Date: Wed, 12 Mar 2025 10:42:15 +0100 Subject: [PATCH] deploy.yml aktualisiert --- deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy.yml b/deploy.yml index 0420a08..c84110b 100644 --- a/deploy.yml +++ b/deploy.yml @@ -32,6 +32,13 @@ name: python3-pip state: latest + - name: Container present test + community.docker.docker_container: + name: ansible_deployed + state: present + image: ubuntu:24.04 + command: sleep infinity + - name: add docker rules to ufw blockinfile: