The localhost instance. Used to run ansible modules from the localhost.
def test_fun(localhost):
localhost.api_call()
An Ansible Host instance capable of calling ansible modules.
The localhost instance. Used to run ansible modules from the localhost.
def test_fun(localhost):
localhost.api_call()
An Ansible Host instance capable of calling ansible modules.