Skip to content

Commit

Permalink
Fix non-matching defaults in docs (ansible-collections#1576)
Browse files Browse the repository at this point in the history
Fix non-matching defaults in docs

Depends-On: ansible-collections#1579
SUMMARY
Fix various non-matching default values exposed by ansible/ansible#79267.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
various

Reviewed-by: Markus Bergholz <[email protected]>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@15568f0
  • Loading branch information
felixfontein authored and abikouo committed Oct 24, 2023
1 parent 998c9ca commit ee7968e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/ec2_ami_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
description:
- An optional human-readable string describing the contents and purpose of the new AMI.
type: str
default: ''
encrypted:
description:
- Whether or not the destination snapshots of the copied AMI should be encrypted.
Expand Down

0 comments on commit ee7968e

Please sign in to comment.