Skip to content

Commit

Permalink
ansible-collections#1573 import tags fragment, instead of documenting…
Browse files Browse the repository at this point in the history
… tags as a on-off
  • Loading branch information
mikehas committed Oct 27, 2022
1 parent 298adb0 commit f5be595
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions plugins/modules/ssm_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,6 @@
default: Standard
type: str
version_added: 1.5.0
tags:
description:
- A dictionary of tags to add or remove from the resource.
type: dict
purge_tags:
description:
- If I(purge_tags=true) and I(tags) is set, existing tags will be purged
from the resource to match exactly what is defined by I(tags) parameter.
- If the I(tags) parameter is not set then tags will not be modified, even
if I(purge_tags=True).
type: bool
default: true
required: false
seealso:
- ref: amazon.aws.aws_ssm lookup <ansible_collections.amazon.aws.aws_ssm_lookup>
description: The documentation for the C(amazon.aws.aws_ssm) lookup plugin.
Expand All @@ -103,6 +90,7 @@
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
- amazon.aws.tags
'''

EXAMPLES = '''
Expand Down

0 comments on commit f5be595

Please sign in to comment.