Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 219912a

Browse files
Jack Hamiltonssbarnea
authored andcommitted
Fix delegated cmd:add missing comma in arg list (issue# 36)
1 parent b5957b8 commit 219912a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest_molecule/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def pytest_configure(config):
7676
"ansible",
7777
"localhost",
7878
"-e",
79-
"ansible_connection=local" "-o",
79+
"ansible_connection=local",
80+
"-o",
8081
"-m",
8182
"shell",
8283
"-a",

0 commit comments

Comments
 (0)