From 603eeca7b5449c041eab8784ea7806f4456908ac Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 10 Jun 2019 18:07:51 +0200 Subject: [PATCH] fix missing python import --- molecule/ec2-centos-7/tests/test_default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/ec2-centos-7/tests/test_default.py b/molecule/ec2-centos-7/tests/test_default.py index cdf887f..3ddb355 100644 --- a/molecule/ec2-centos-7/tests/test_default.py +++ b/molecule/ec2-centos-7/tests/test_default.py @@ -1,4 +1,5 @@ import os +import yaml import testinfra.utils.ansible_runner