Skip to content

Commit

Permalink
Add support for check_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Oct 14, 2021
1 parent 8db0da9 commit d4b9d57
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 9 deletions.
1 change: 1 addition & 0 deletions changelogs/fragments/737-iam_server_certificate-boto3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ deprecated_features:
preserve the current behaviour explicitly set the ``dup_ok`` parameter to ``false`` (https://github.com/ansible-collections/community.aws/pull/737).
minor_changes:
- iam_server_certificate - migrate module to using the boto3 SDK (https://github.com/ansible-collections/community.aws/pull/737).
- iam_server_certificate - add support for check_mode (https://github.com/ansible-collections/community.aws/pull/737).
1 change: 1 addition & 0 deletions plugins/modules/iam_server_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def main():
['new_name', 'cert'],
['new_name', 'cert_chain'],
],
supports_check_mode=True,
)

client = module.client('iam', retry_decorator=AWSRetry.jittered_backoff())
Expand Down
Loading

0 comments on commit d4b9d57

Please sign in to comment.