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

@@ -47,8 +47,8 @@ options:
type: str
state:
description:
- When C(present) the hook will be updated to match the input or created if it doesn't exist.
- When C(absent) hook will be deleted if it exists.
- When V(present) the hook will be updated to match the input or created if it doesn't exist.
- When V(absent) hook will be deleted if it exists.
default: present
type: str
choices: [ "present", "absent" ]