Skip to content

Commit

Permalink
Fix roles_path type in docstring (#1373) (#1375)
Browse files Browse the repository at this point in the history
(cherry picked from commit bca2310)
  • Loading branch information
Shrews authored Jun 14, 2024
1 parent 4c583c9 commit 41e5cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible_runner/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41e5cd1

Please sign in to comment.