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")