mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-05-02 05:42:51 +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
|
|
@ -393,7 +393,7 @@ def main():
|
|||
|
||||
name = module.params['name']
|
||||
executable = module.get_bin_path(module.params['executable'], required=True)
|
||||
|
||||
# pylint: disable=unused-variable
|
||||
inspect_results, out, err = get_containers_facts(module, executable, name)
|
||||
|
||||
results = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue