From 41e5cd17864af469dc086e5f10c0ec287aa17e2d Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Fri, 14 Jun 2024 11:34:29 -0400 Subject: [PATCH] Fix roles_path type in docstring (#1373) (#1375) (cherry picked from commit bca23108306f7f10991d69e0926c2d72cbad8525) --- src/ansible_runner/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansible_runner/interface.py b/src/ansible_runner/interface.py index 16dc9c12..0b3dbc62 100644 --- a/src/ansible_runner/interface.py +++ b/src/ansible_runner/interface.py @@ -157,7 +157,7 @@ def run(**kwargs): - A list of inventory sources, or an empty list to disable passing inventory :param str role: Name of the role to execute. - :param dict or list roles_path: Directory or list of directories to assign to ANSIBLE_ROLES_PATH + :param str or list roles_path: Directory or list of directories to assign to ANSIBLE_ROLES_PATH :param dict envvars: Environment variables to be used when running Ansible. Environment variables will also be read from ``env/envvars`` in ``private_data_dir`` :param dict extravars: Extra variables to be passed to Ansible at runtime using ``-e``. Extra vars will also be