mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Simple documentation typo fix, 'iIf' to 'If'
This commit is contained in:
parent
4e6a7a9e01
commit
15f10ab4bc
1 changed files with 1 additions and 1 deletions
|
@ -2028,7 +2028,7 @@ class AnsibleModule(object):
|
||||||
:kw path_prefix: If given, additional path to find the command in.
|
:kw path_prefix: If given, additional path to find the command in.
|
||||||
This adds to the PATH environment vairable so helper commands in
|
This adds to the PATH environment vairable so helper commands in
|
||||||
the same directory can also be found
|
the same directory can also be found
|
||||||
:kw cwd: iIf given, working directory to run the command inside
|
:kw cwd: If given, working directory to run the command inside
|
||||||
:kw use_unsafe_shell: See `args` parameter. Default False
|
:kw use_unsafe_shell: See `args` parameter. Default False
|
||||||
:kw prompt_regex: Regex string (not a compiled regex) which can be
|
:kw prompt_regex: Regex string (not a compiled regex) which can be
|
||||||
used to detect prompts in the stdout which would otherwise cause
|
used to detect prompts in the stdout which would otherwise cause
|
||||||
|
|
Loading…
Reference in a new issue