mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
[PR #6744/13e9e4b1 backport][stable-7] Add more semantic markup (#6747)
Add more semantic markup (#6744)
Add more semantic markup.
(cherry picked from commit 13e9e4b196
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c35d8b560c
commit
ba559d24cd
143 changed files with 346 additions and 348 deletions
|
@ -44,9 +44,9 @@ options:
|
|||
required: true
|
||||
choices: [ present, absent, deleted, imported, updated, vacuumed ]
|
||||
description:
|
||||
- State the object operated on should be in. C(imported) is an alias for
|
||||
for C(present) and C(deleted) for C(absent). When set to C(vacuumed)
|
||||
and C(uuid) to C(*), it will remove all unused images.
|
||||
- State the object operated on should be in. V(imported) is an alias for
|
||||
for V(present) and V(deleted) for V(absent). When set to V(vacuumed)
|
||||
and O(uuid=*), it will remove all unused images.
|
||||
type: str
|
||||
|
||||
type:
|
||||
|
@ -60,7 +60,7 @@ options:
|
|||
uuid:
|
||||
required: false
|
||||
description:
|
||||
- Image UUID. Can either be a full UUID or C(*) for all images.
|
||||
- Image UUID. Can either be a full UUID or V(*) for all images.
|
||||
type: str
|
||||
|
||||
requirements:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue