Remove nonsensical podman_enable services

This commit is contained in:
Daniel Akulenok
2026-02-19 10:58:11 +01:00
parent c728326d4b
commit d30423013a
8 changed files with 81 additions and 33 deletions

View File

@@ -1,5 +1,19 @@
---
- name: Converge
hosts: all
pre_tasks:
- name: Install curl for verification
ansible.builtin.apt:
update_cache: true
name: curl
state: present
vars:
podman_containers:
- name: test_container
image: docker.io/nginx:latest
systemd: true
ports:
- "8080:80"
- "8443:443"
roles:
- ansible-podman