Add more semantic markup (#6744)

Add more semantic markup.
This commit is contained in:
Felix Fontein
2023-06-20 08:14:02 +02:00
committed by GitHub
parent ffb9b6ff96
commit 13e9e4b196
143 changed files with 346 additions and 348 deletions

View File

@@ -37,10 +37,10 @@ options:
state:
type: str
description:
- If set to C(present) and feature is disabled, then feature is enabled.
- If set to C(present) and feature is already enabled, then nothing is changed.
- If set to C(absent) and feature is enabled, then feature is disabled.
- If set to C(absent) and feature is already disabled, then nothing is changed.
- If set to V(present) and feature is disabled, then feature is enabled.
- If set to V(present) and feature is already enabled, then nothing is changed.
- If set to V(absent) and feature is enabled, then feature is disabled.
- If set to V(absent) and feature is already disabled, then nothing is changed.
choices: [ "present", "absent" ]
default: present
'''