atomic_container: drop duplicate 'latest' choice (#32794)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
9c58827410
commit
69f13bbb6c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- State of the container
|
- State of the container
|
||||||
required: True
|
required: True
|
||||||
choices: ["latest", "absent", "latest", "rollback"]
|
choices: ["latest", "absent", "rollback"]
|
||||||
default: "latest"
|
default: "latest"
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue