mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
fix document syntax
This commit is contained in:
parent
8a07431bf8
commit
fd32da0e99
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ options:
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
- Path of the patch file as accepted by the GNU patch tool. If
|
- Path of the patch file as accepted by the GNU patch tool. If
|
||||||
C(remote_src) is 'no', the patch source file is looked up from the
|
C(remote_src) is C(false), the patch source file is looked up from the
|
||||||
module's I(files) directory.
|
module's I(files) directory.
|
||||||
type: path
|
type: path
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue