-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[PR #618/e85e4209 backport][stable-3] Fix on_denied and on_missing bugs This is a backport of PR #618 as merged into main (e85e420). SUMMARY This pull request: Changes the default value of on_denied to be error, so that it agrees with what is stated in the documentation. Changes the default value of on_missing to be error, and updates the documentation to explain this. Fixes #617. ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ssm lookup
- Loading branch information
1 parent
2857783
commit 83a9db6
Showing
3 changed files
with
79 additions
and
60 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/617-aws_ssm-on_missing-and-on-denied-now-default-to-error.yml
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: | ||
- aws_ssm - on_denied and on_missing now both default to error, for consistency with both aws_secret and the base Lookup class (https://github.com/ansible-collections/amazon.aws/issues/617). |
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