mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -07:00
[PR #6677/3e0d84bd backport][stable-7] Use semantic markup (modules h-j) (#6706)
Use semantic markup (modules h-j) (#6677)
* Use semantic markup.
* Use 'ignore:' until a new version of antsibull-docs is released.
* 'ignore:' is no longer needed.
* E() now works better.
(cherry picked from commit 3e0d84bdda
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
92466e0dbd
commit
e968f89125
30 changed files with 202 additions and 202 deletions
|
@ -42,7 +42,7 @@ options:
|
|||
- The optional git URL of the repository to tap. The URL is not
|
||||
assumed to be on GitHub, and the protocol doesn't have to be HTTP.
|
||||
Any location and protocol that git can handle is fine.
|
||||
- I(name) option may not be a list of multiple taps (but a single
|
||||
- O(name) option may not be a list of multiple taps (but a single
|
||||
tap instead) when this option is provided.
|
||||
required: false
|
||||
type: str
|
||||
|
@ -55,7 +55,7 @@ options:
|
|||
type: str
|
||||
path:
|
||||
description:
|
||||
- "A C(:) separated list of paths to search for C(brew) executable."
|
||||
- "A V(:) separated list of paths to search for C(brew) executable."
|
||||
default: '/usr/local/bin:/opt/homebrew/bin:/home/linuxbrew/.linuxbrew/bin'
|
||||
type: path
|
||||
version_added: '2.1.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue