xoxys.podman/molecule/rocky8/tests/test_default.py

8 lines
175 B
Python
Raw Normal View History

2022-03-18 19:07:25 +01:00
import os
import testinfra.utils.ansible_runner
testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
os.environ["MOLECULE_INVENTORY_FILE"]
).get_hosts("all")