mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #8488 from bekimb/docstring_basic_module
Keep docstring up to date with the code in basic module
This commit is contained in:
commit
fc40e6be81
1 changed files with 1 additions and 1 deletions
|
@ -1175,7 +1175,7 @@ class AnsibleModule(object):
|
|||
- check_rc (boolean) Whether to call fail_json in case of
|
||||
non zero RC. Default is False.
|
||||
- close_fds (boolean) See documentation for subprocess.Popen().
|
||||
Default is False.
|
||||
Default is True.
|
||||
- executable (string) See documentation for subprocess.Popen().
|
||||
Default is None.
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue