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