mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
better way to document "state" choices
This commit is contained in:
@@ -40,9 +40,10 @@ options:
|
||||
state:
|
||||
version_added: "1.4"
|
||||
description:
|
||||
- Create ("present") or delete ("absent") a security group
|
||||
- Create or delete a security group
|
||||
required: false
|
||||
default: 'present'
|
||||
choices: [ "present", "absent" ]
|
||||
aliases: []
|
||||
|
||||
extends_documentation_fragment: aws
|
||||
|
||||
Reference in New Issue
Block a user