mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Add docker_container_exec note on env variables; remove superfluous notes (#806)
* Remove unnecessary notes. * Add note for evaluating environment variables.
This commit is contained in:
parent
bbc36e9923
commit
a7c7adce2f
@ -94,9 +94,10 @@ options:
|
||||
version_added: 2.1.0
|
||||
|
||||
notes:
|
||||
- Does not support C(check_mode).
|
||||
- Does B(not work with TCP TLS sockets) when using O(stdin). This is caused by the inability to send C(close_notify) without closing the connection
|
||||
with Python's C(SSLSocket)s. See U(https://github.com/ansible-collections/community.docker/issues/605) for more information.
|
||||
- If you need to evaluate environment variables of the container in O(command) or O(argv), you need to pass the command through a shell,
|
||||
like O(command=/bin/sh -c "echo $ENV_VARIABLE").
|
||||
author:
|
||||
- "Felix Fontein (@felixfontein)"
|
||||
|
||||
|
||||
@ -39,9 +39,6 @@ options:
|
||||
type: path
|
||||
required: true
|
||||
|
||||
notes:
|
||||
- Does not support C(check_mode).
|
||||
|
||||
requirements:
|
||||
- "Docker API >= 1.25"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user