forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ec2_asg_lifecycle_hook to meet modern best AWS module practices (
ansible#34379) * Use `AnsibleAWSModule` * Update exception handling to use `fail_json_aws` and check for `BotoCoreError` exceptions associated with bad connection parameters. * Remove connection creation exception handling as it does nothing.
- Loading branch information
1 parent
3388999
commit 4d5533c
Showing
2 changed files
with
17 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters