mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user