mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -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
|
@ -30,8 +30,8 @@ options:
|
|||
src:
|
||||
description:
|
||||
- The remote path of the application ear or war to deploy.
|
||||
- Required when I(state=present).
|
||||
- Ignored when I(state=absent).
|
||||
- Required when O(state=present).
|
||||
- Ignored when O(state=absent).
|
||||
type: path
|
||||
deploy_path:
|
||||
default: /var/lib/jbossas/standalone/deployments
|
||||
|
@ -46,7 +46,7 @@ options:
|
|||
type: str
|
||||
notes:
|
||||
- The JBoss standalone deployment-scanner has to be enabled in standalone.xml
|
||||
- The module can wait until I(deployment) file is deployed/undeployed by deployment-scanner.
|
||||
- The module can wait until O(deployment) file is deployed/undeployed by deployment-scanner.
|
||||
Duration of waiting time depends on scan-interval parameter from standalone.xml.
|
||||
- Ensure no identically named application is deployed through the JBoss CLI
|
||||
seealso:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue