Use semantic markup (modules o-p) (#6681)

* Use semantic markup.

* Use real option, not alias.

* E() now works better.
This commit is contained in:
Felix Fontein 2023-06-15 15:48:17 +02:00 committed by GitHub
parent b271dba4bf
commit 45eb1e3915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 420 additions and 419 deletions

View file

@ -59,7 +59,7 @@ options:
url:
type: str
description:
- URL field, used when I(push_type) is C(link).
- URL field, used when O(push_type=link).
notes:
- Requires pushbullet.py Python package on the remote host.