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: