mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
state: present added in docs (#37197)
* state: present added in docs * atomic_container.py docs now match argspec, enforce test
This commit is contained in:
parent
d3f5238c09
commit
9db3e597f3
2 changed files with 1 additions and 2 deletions
|
@ -48,7 +48,7 @@ options:
|
|||
description:
|
||||
- State of the container
|
||||
required: True
|
||||
choices: ["latest", "absent", "rollback"]
|
||||
choices: ["latest", "present", "absent", "rollback"]
|
||||
default: "latest"
|
||||
mode:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue