From 05a8b1b3fa95bf6fc4f72de5fa801bc787f7f024 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 11 Jul 2019 11:27:23 +1000 Subject: [PATCH] Add some missing imports. --- .../molecule/jira_software_latest/tests/test_default.py | 1 + .../molecule/jira_version_latest/tests/test_default.py | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/product_install/molecule/jira_software_latest/tests/test_default.py b/roles/product_install/molecule/jira_software_latest/tests/test_default.py index df69114..ff6fa8b 100644 --- a/roles/product_install/molecule/jira_software_latest/tests/test_default.py +++ b/roles/product_install/molecule/jira_software_latest/tests/test_default.py @@ -2,6 +2,7 @@ import os from six.moves import urllib import testinfra.utils.ansible_runner +import json testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all') diff --git a/roles/product_install/molecule/jira_version_latest/tests/test_default.py b/roles/product_install/molecule/jira_version_latest/tests/test_default.py index e66a346..18c41a2 100644 --- a/roles/product_install/molecule/jira_version_latest/tests/test_default.py +++ b/roles/product_install/molecule/jira_version_latest/tests/test_default.py @@ -2,6 +2,7 @@ import os from six.moves import urllib import testinfra.utils.ansible_runner +import json testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')