-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ec2_instance - add support for placement
and license_specifications
#1825
ec2_instance - add support for placement
and license_specifications
#1825
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
placement
and license_specifications
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking the time to submit this PR,
If possible, please could you add some integration tests for the placement options?
The tests are just Ansible roles living in:
tests/integration/targets
There's already a number of ec2_instance_... tests in there.
…s#1826) dynamodb_table: secondary indexes are now created SUMMARY Fixes: ansible-collections#1825 Possibly by a typo, the index definition being checked was over-defined by an empty dict here. Without that line the index processing proceeds fine. ISSUE TYPE Bugfix Pull Request COMPONENT NAME dynamodb_table Reviewed-by: Mark Chappell Reviewed-by: Markus Bergholz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See a couple of inline comments, but one larger request: instead of adding new modules here, can we use the existing ec2_placement_group and ec2_placement_group_info modules in the community.aws collection?
tests/integration/targets/ec2_instance_license_specifications/tasks/main.yml
Show resolved
Hide resolved
tests/integration/targets/ec2_instance_license_specifications/tasks/main.yml
Show resolved
Hide resolved
c9fd4b7
into
ansible-collections:main
SUMMARY
Adding placement options and license specifications support
Fixes #1824
ISSUE TYPE
COMPONENT NAME
ec2_instance
ADDITIONAL INFORMATION