mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
|
||||
|
|
|
@ -139,7 +139,6 @@ lib/ansible/modules/cloud/amazon/s3_website.py E324
|
|||
lib/ansible/modules/cloud/amazon/sns_topic.py E325
|
||||
lib/ansible/modules/cloud/amazon/sts_assume_role.py E317
|
||||
lib/ansible/modules/cloud/atomic/atomic_container.py E317
|
||||
lib/ansible/modules/cloud/atomic/atomic_container.py E326
|
||||
lib/ansible/modules/cloud/azure/_azure.py E324
|
||||
lib/ansible/modules/cloud/azure/_azure.py E326
|
||||
lib/ansible/modules/cloud/centurylink/clc_alert_policy.py E317
|
||||
|
|
Loading…
Reference in a new issue