1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

better way to document "state" choices

This commit is contained in:
Michael Peters 2014-08-08 09:35:15 -04:00
parent c75996d996
commit ac0f312ed2

View file

@ -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