xoxys.auditd/molecule/rocky9/tests/test_default.py

8 lines
175 B
Python
Raw Normal View History

2022-09-23 23:03:22 +02:00
import os
import testinfra.utils.ansible_runner
testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
os.environ["MOLECULE_INVENTORY_FILE"]
).get_hosts("all")