forked from ansible-collections/community.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inventory/aws_ec2: drop := operator because we still support py3.6 (a…
…nsible-collections#1098) inventory/aws_ec2: drop := operator because we still support py3.6 Depends-On: ansible/ansible-zuul-jobs#1649 Depends-On: ansible-collections#1100 The operator was included with Python 3.8. See: https://docs.python.org/3/whatsnew/3.8.html#assignment-expressions Reviewed-by: Alina Buzachis <None>
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
changelogs/fragments/inventory-aws_ec2-avoid-py38-syntax.yaml
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 @@ | ||
--- | ||
trivial: | ||
- "inventory/aws_ec2 - Avoid the := operator (py3.8+) because we still support Python 3.6." |
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