This commit is contained in:
parent
b8bf27067f
commit
54f0e97032
@ -10,7 +10,6 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
|||||||
|
|
||||||
|
|
||||||
def test_postgres_is_installed(host):
|
def test_postgres_is_installed(host):
|
||||||
ansible_vars = host.ansible.get_variables()
|
|
||||||
postgres = host.package("postgresql10-server")
|
postgres = host.package("postgresql10-server")
|
||||||
assert postgres.is_installed
|
assert postgres.is_installed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user