-
Notifications
You must be signed in to change notification settings - Fork 345
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
inventory/aws_ec2: drop := operator because we still support py3.6 #1098
Conversation
The operator was included with Python 3.8. See: https://docs.python.org/3/whatsnew/3.8.html#assignment-expressions
@goneri: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
recheck |
This change depends on a change that failed to merge. |
recheck |
This change depends on a change that failed to merge. |
recheck |
iam_user - remove duplicate method SUMMARY Remove duplicate method delete_user_login_profile, as there is already a delete_login_profile method ISSUE TYPE Feature Pull Request COMPONENT NAME iam_user Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@2a84777
iam_user - remove duplicate method SUMMARY Remove duplicate method delete_user_login_profile, as there is already a delete_login_profile method ISSUE TYPE Feature Pull Request COMPONENT NAME iam_user Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None>
iam_user - remove duplicate method SUMMARY Remove duplicate method delete_user_login_profile, as there is already a delete_login_profile method ISSUE TYPE Feature Pull Request COMPONENT NAME iam_user Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None>
iam_user - remove duplicate method SUMMARY Remove duplicate method delete_user_login_profile, as there is already a delete_login_profile method ISSUE TYPE Feature Pull Request COMPONENT NAME iam_user Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None>
Depends-On: ansible/ansible-zuul-jobs#1649
Depends-On: #1100
The operator was included with Python 3.8.
See: https://docs.python.org/3/whatsnew/3.8.html#assignment-expressions