From 54f0e97032a6999bd1cf96fa84cc77cb0f812395 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 10 Jun 2019 15:12:47 +0200 Subject: [PATCH] fix flake8 issues --- molecule/ec2-centos-7/tests/test_default.py | 1 - 1 file changed, 1 deletion(-) diff --git a/molecule/ec2-centos-7/tests/test_default.py b/molecule/ec2-centos-7/tests/test_default.py index f8b4c79..4b263bd 100644 --- a/molecule/ec2-centos-7/tests/test_default.py +++ b/molecule/ec2-centos-7/tests/test_default.py @@ -10,7 +10,6 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( def test_postgres_is_installed(host): - ansible_vars = host.ansible.get_variables() postgres = host.package("postgresql10-server") assert postgres.is_installed