diff --git a/docs/ansible.posix.patch_module.rst b/docs/ansible.posix.patch_module.rst index 07f672a..60c30cf 100644 --- a/docs/ansible.posix.patch_module.rst +++ b/docs/ansible.posix.patch_module.rst @@ -84,9 +84,9 @@ Parameters
true will disable patch's heuristic for transforming CRLF line endings into LF.yes will disable patch's heuristic for transforming CRLF line endings into LF.false, patch will replace CRLF in src files on POSIX.no, patch will replace CRLF in src files on POSIX.true will ignore white space changes between patch and input.yes will ignore white space changes between patch and input..false, it will search for src at originating/controller machine, if true it will go to the remote/target machine for the src.no, it will search for src at originating/controller machine, if yes it will go to the remote/target machine for the src.remote_src is false, the patch source file is looked up from the module's files directory.remote_src is 'no', the patch source file is looked up from the module's files directory.