-
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
[PR #1582/ee68be3d backport][stable-6] aws_ec2 inventory : Modify accepted type for hostnames argument in the module doc #1591
Conversation
…e module doc (#1582) aws_ec2 inventory : Modify accepted type for hostnames argument in the module doc SUMMARY Fixes #1460 The argument hostnames is of type list, whose elements can be string and dict. ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis (cherry picked from commit ee68be3)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 12s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 09s |
eks_cluster: adding tags to eks cluster SUMMARY As described by issue ansible-collections#1513 All the other community aws modules that I use support applying tags to the created resources (where such a feature is supported by aws). Using aws_eks_cluster it is not possible to add tags, although this appears to be a supported feature when viewing a cluster in the aws console. ISSUE TYPE Feature Pull Request COMPONENT NAME aws_eks_cluster ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <[email protected]> Reviewed-by: Amir <None> Reviewed-by: Mark Chappell <None>
eks_cluster: adding tags to eks cluster SUMMARY As described by issue ansible-collections#1513 All the other community aws modules that I use support applying tags to the created resources (where such a feature is supported by aws). Using aws_eks_cluster it is not possible to add tags, although this appears to be a supported feature when viewing a cluster in the aws console. ISSUE TYPE Feature Pull Request COMPONENT NAME aws_eks_cluster ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <[email protected]> Reviewed-by: Amir <None> Reviewed-by: Mark Chappell <None>
eks_cluster: adding tags to eks cluster SUMMARY As described by issue ansible-collections#1513 All the other community aws modules that I use support applying tags to the created resources (where such a feature is supported by aws). Using aws_eks_cluster it is not possible to add tags, although this appears to be a supported feature when viewing a cluster in the aws console. ISSUE TYPE Feature Pull Request COMPONENT NAME aws_eks_cluster ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <[email protected]> Reviewed-by: Amir <None> Reviewed-by: Mark Chappell <None>
This is a backport of PR #1582 as merged into main (ee68be3).
SUMMARY
Fixes #1460
The argument
hostnames
is of type list, whose elements can be string and dict.ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION