We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5942c6e commit be67047Copy full SHA for be67047
src/pytest_ansible_network_integration/__init__.py
@@ -397,7 +397,6 @@ def localhost_project(
397
:param tmp_path: The temporary path
398
:returns: The ansible project
399
"""
400
-
401
playbook_contents = playbook(hosts="localhost", role=str(integration_test_path))
402
playbook_path = tmp_path / "site.json"
403
with playbook_path.open(mode="w", encoding="utf-8") as fh:
0 commit comments