mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01: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:
commit
41d8029ef5
2 changed files with 3 additions and 1 deletions
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:
|
||||
description:
|
||||
- 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.
|
||||
type: path
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue