podman_container module - environment variables work

This commit is contained in:
Mike Holloway 2025-11-29 18:10:30 -05:00
parent 446e439052
commit 05edc8b300

View File

@ -21,6 +21,8 @@
- "/home/{{ user.name }}/nextcloud/data:/home/step"
env:
FOO: "bar"
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
VIRTUAL_PROTO: "fcgi"
- name: NGINX Proxy Container State created
containers.podman.podman_container: