mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
|
||||
- State of the container
|
||||
required: True
|
||||
choices: ["latest", "absent", "latest", "rollback"]
|
||||
choices: ["latest", "absent", "rollback"]
|
||||
default: "latest"
|
||||
mode:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue