podman_container module - environment variables work
This commit is contained in:
parent
446e439052
commit
05edc8b300
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user