We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faee18e commit 4812aeaCopy full SHA for 4812aea
plugins/modules/podman_container.py
@@ -266,6 +266,10 @@
266
- Read in a line delimited file of environment variables. Doesn't support
267
idempotency. If users changes the file with environment variables it's
268
on them to recreate the container.
269
+ The file must be present on the REMOTE machine where actual podman is
270
+ running, not on the controller machine where Ansible is executing.
271
+ If you need to copy the file from controller to remote machine, use the
272
+ copy or slurp module.
273
type: path
274
env_host:
275
description:
0 commit comments