From 83dd5ae87cd770ef72079db519781be6a01e7e85 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 20 Apr 2021 11:53:59 +0200 Subject: [MOLECULE 3.3.0] Fix verifier tests for several roles Change-Id: I54f618fbb3d1bfefca329e647f78ba9b93f8a283 Issue-ID: OOM-2722 Signed-off-by: Bartek Grzybowski --- ansible/roles/chrony/molecule/default/tests/test_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/roles/chrony/molecule') diff --git a/ansible/roles/chrony/molecule/default/tests/test_default.py b/ansible/roles/chrony/molecule/default/tests/test_default.py index 08f85d37..c0380f56 100644 --- a/ansible/roles/chrony/molecule/default/tests/test_default.py +++ b/ansible/roles/chrony/molecule/default/tests/test_default.py @@ -9,7 +9,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( @pytest.fixture def chrony_conf_file(host, os_family): - conf = host.ansible('include_vars', 'file=../../defaults/main.yml')[ + conf = host.ansible('include_vars', 'file=defaults/main.yml')[ 'ansible_facts']['chrony']['conf'][os_family]['config_file'] return conf -- cgit 1.2.3-korg