From 446e4390527edba067f2538a5217e82de3abd6be Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 29 Nov 2025 16:46:47 -0500 Subject: [PATCH] podman_container module - environment variables work --- tasks/containers.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tasks/containers.yml b/tasks/containers.yml index 7479257..7645a6d 100644 --- a/tasks/containers.yml +++ b/tasks/containers.yml @@ -20,10 +20,7 @@ volumes: - "/home/{{ user.name }}/nextcloud/data:/home/step" env: - VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" - LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" - VIRTUAL_PROTO: "fastcgi" - VIRTUAL_ROOT: "/var/www/html/" + FOO: "bar" - name: NGINX Proxy Container State created containers.podman.podman_container: