forked from ansible-collections/amazon.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.
elb_network_lb - change default state from 'absent' to 'present' (ans…
…ible-collections#1167) elb_network_lb - change default state from 'absent' to 'present' SUMMARY change default state from 'absent' to 'present' to match our usual behaviour. ISSUE TYPE Feature Pull Request COMPONENT NAME elb_network_lb ADDITIONAL INFORMATION See also: ansible/ansible#65468 Reviewed-by: Markus Bergholz <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
14 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,2 @@ | ||
breaking_changes: | ||
- elb_network_lb - the default value of ``state`` has changed from ``absent`` to ``present`` (https://github.com/ansible-collections/community.aws/pull/1167). |
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
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
plugins/modules/aws_kms.py pylint:ansible-deprecated-no-version | ||
plugins/modules/aws_kms_info.py pylint:ansible-deprecated-no-version | ||
plugins/modules/ec2_metric_alarm.py pylint:ansible-deprecated-no-version | ||
plugins/modules/elb_network_lb.py pylint:ansible-deprecated-no-version | ||
plugins/modules/iam_policy.py pylint:ansible-deprecated-no-version | ||
plugins/modules/iam_role.py pylint:ansible-deprecated-no-version | ||
plugins/modules/iam_user.py pylint:ansible-deprecated-no-version |