mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-14 13:32:00 +00:00
Merge pull request #419 from akira6592/fix-patch-doc
patch: fix documentation syntax SUMMARY Fixed lacking of C() for description of src option. And fixed by collection_prep. Based on this and this discussion. ISSUE TYPE Docs Pull Request COMPONENT NAME ansible.posix.patch module ADDITIONAL INFORMATION N/A Reviewed-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
2
changelogs/fragments/419-fix-patch-doc.yml
Normal file
2
changelogs/fragments/419-fix-patch-doc.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
trivial:
|
||||||
|
- patch - fix format syntax and boolean values on document (https://github.com/ansible-collections/ansible.posix/pull/419).
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user