From dcba8cfba0c32542864aed109e4237b57aeecb37 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 8 Jun 2021 01:51:29 +0200 Subject: [PATCH] fix python syntax --- molecule/centos7/tests/test_default.py | 1 - 1 file changed, 1 deletion(-) diff --git a/molecule/centos7/tests/test_default.py b/molecule/centos7/tests/test_default.py index 566d7ed..6ffabc9 100644 --- a/molecule/centos7/tests/test_default.py +++ b/molecule/centos7/tests/test_default.py @@ -2,7 +2,6 @@ import os import testinfra.utils.ansible_runner - testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( os.environ["MOLECULE_INVENTORY_FILE"] ).get_hosts("all")