mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-05-06 07:25:45 +00:00
* Alias generate systemd options `stop_timeout` and `time` Closes #683 Option `time` was used before Podman v4, then it was renamed `stop_timeout`. Accept both names (the newer takes prirority) and set the correct CLI argument name based on the detected Podman version. Signed-off-by: Alessandro Fulgini <fuljo97@gmail.com> * Fix typo in parameter name `--stop-timeout` Signed-off-by: Alessandro Fulgini <fuljo97@gmail.com> * Don't delete temporary variables at the end of block Co-authored-by: Sergey <6213510+sshnaidm@users.noreply.github.com> --------- Signed-off-by: Alessandro Fulgini <fuljo97@gmail.com> Co-authored-by: Sergey <6213510+sshnaidm@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| podman_container.py | ||
| podman_container_exec.py | ||
| podman_container_info.py | ||
| podman_containers.py | ||
| podman_export.py | ||
| podman_generate_systemd.py | ||
| podman_image.py | ||
| podman_image_info.py | ||
| podman_import.py | ||
| podman_load.py | ||
| podman_login.py | ||
| podman_login_info.py | ||
| podman_logout.py | ||
| podman_network.py | ||
| podman_network_info.py | ||
| podman_play.py | ||
| podman_pod.py | ||
| podman_pod_info.py | ||
| podman_prune.py | ||
| podman_runlabel.py | ||
| podman_save.py | ||
| podman_secret.py | ||
| podman_tag.py | ||
| podman_volume.py | ||
| podman_volume_info.py | ||