mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #6681/45eb1e39 backport][stable-7] Use semantic markup (modules o-p) (#6705)
Use semantic markup (modules o-p) (#6681)
* Use semantic markup.
* Use real option, not alias.
* E() now works better.
(cherry picked from commit 45eb1e3915)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -43,7 +43,7 @@ options:
|
||||
user:
|
||||
type: str
|
||||
description:
|
||||
- PagerDuty user ID. Obsolete. Please, use I(token) for authorization.
|
||||
- PagerDuty user ID. Obsolete. Please, use O(token) for authorization.
|
||||
token:
|
||||
type: str
|
||||
description:
|
||||
@@ -80,7 +80,7 @@ options:
|
||||
default: Created by Ansible
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(false), SSL certificates will not be validated. This should only be used
|
||||
- If V(false), SSL certificates will not be validated. This should only be used
|
||||
on personally controlled sites using self-signed certificates.
|
||||
type: bool
|
||||
default: true
|
||||
|
||||
Reference in New Issue
Block a user