mirror of https://github.com/ansible/ansible.git
Add extra args and executable name to podman connection plugin (#63166)
* Add extra args and executable name to podman connection plugin Like there is for docker plugin, add extra arguments for command line of podman. Also add configurable executable and checking if this executable exists on host. Fail module if executable is not in PATH. * Update changelogs/fragments/63166-add-extra-args-executalbe-podman-connection.yaml Co-Authored-By: Felix Fontein <felix@fontein.de>pull/63669/head
parent
b6ea43efc3
commit
e3c7e35656
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- podman connection - allow to add extra arguments to podman command and to configure the executable.
|
Loading…
Reference in New Issue