Commit 5272e109 by Bekim Berisha

Keep docstring up to date with the code in basic module

parent 2d544480
...@@ -1175,7 +1175,7 @@ class AnsibleModule(object): ...@@ -1175,7 +1175,7 @@ class AnsibleModule(object):
- check_rc (boolean) Whether to call fail_json in case of - check_rc (boolean) Whether to call fail_json in case of
non zero RC. Default is False. non zero RC. Default is False.
- close_fds (boolean) See documentation for subprocess.Popen(). - close_fds (boolean) See documentation for subprocess.Popen().
Default is False. Default is True.
- executable (string) See documentation for subprocess.Popen(). - executable (string) See documentation for subprocess.Popen().
Default is None. Default is None.
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment