-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws_ec2: fix populating SSM inventory for multiple hosts (#2227)
SUMMARY The function _get_ssm_information() returns dicts with one object. Multiple results cannot be concatenated/merged using d.update() since it will keep overwriting one object. Concatenate the nested lists instead. Fixes #2226 ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ec2 Reviewed-by: Bikouo Aubin Reviewed-by: GomathiselviS (cherry picked from commit f97c56b)
- Loading branch information
1 parent
b1b6678
commit 48c9d23
Showing
2 changed files
with
7 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- aws_ec2 - fix SSM inventory collection for multiple (>40) hosts (https://github.com/ansible-collections/amazon.aws/pull/2227). |
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