deploy.yml aktualisiert
Some checks failed
/ checkout (push) Failing after 1m7s

This commit is contained in:
stelb 2025-03-12 10:42:15 +01:00
parent 14e5b1caed
commit de42fb9710

View file

@ -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: