mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
change be to exist in the docs
This commit is contained in:
parent
19f4120c89
commit
3ffc62b43b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- absent - tags should not exist,
|
- absent - tags should not exist,
|
||||||
- present - tags should be,
|
- present - tags should exist,
|
||||||
- list - list current tags.
|
- list - list current tags.
|
||||||
required: False
|
required: False
|
||||||
choices: ['absent', 'present', 'list']
|
choices: ['absent', 'present', 'list']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue