localhost
October 31, 2022 ยท View on GitHub
Overview
The localhost instance. Used to run ansible modules from the localhost.
Examples
def test_fun(localhost):
localhost.api_call()
Expected Output
An Ansible Host instance capable of calling ansible modules.