mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add missing docstring for method that executes the podman commands (#436)
For completeness sake (and because I looked for it and did not find it), this adds a docstring line for the "use_container_id" parameter. Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
25b9516488
commit
1003e966ee
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ class Connection(ConnectionBase):
|
|||
:param cmd: podman's command to execute (str or list)
|
||||
:param cmd_args: list of arguments to pass to the command (list of str/bytes)
|
||||
:param in_data: data passed to podman's stdin
|
||||
:param use_container_id: whether to append the container ID to the command
|
||||
:return: return code, stdout, stderr
|
||||
"""
|
||||
podman_exec = self.get_option('podman_executable')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue