mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add ability to use either sec group name or sec group id or combinati… (#21049)
* Add ability to use either sec group name or sec group id or combination to ec2_lc. Also fix header size in AWS Guidelines * Fix ec2 import to only import neccessary packages. Remove pep8 double line
This commit is contained in:
parent
2f3ca66fbf
commit
7e3af115ce
2 changed files with 9 additions and 5 deletions
|
@ -285,7 +285,7 @@ Pass this function a list of security group names or combination of security gro
|
|||
return a list of IDs. You should also pass the VPC ID if known because security group names are not necessarily unique
|
||||
across VPCs.
|
||||
|
||||
### sort_json_policy_dict
|
||||
#### sort_json_policy_dict
|
||||
|
||||
Pass any JSON policy dict to this function in order to sort any list contained therein. This is useful
|
||||
because AWS rarely return lists in the same order that they were submitted so without this function, comparison
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue