mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Set up testing for podman connection
This commit is contained in:
parent
65b6f5b278
commit
f79f36fd38
32 changed files with 563 additions and 109 deletions
|
|
@ -88,6 +88,7 @@ class Connection(ConnectionBase):
|
|||
# container filesystem will be mounted here on host
|
||||
self._mount_point = None
|
||||
self.user = self._play_context.remote_user
|
||||
display.vvvv("Using podman connection from collection")
|
||||
|
||||
def _podman(self, cmd, cmd_args=None, in_data=None, use_container_id=True):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue