-
Notifications
You must be signed in to change notification settings - Fork 341
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
aws_ssm lookup documentation disagrees with code #617
Comments
Files identified in the description:
If these files are inaccurate, please update the |
cc @jillr @linabuzachis @lwade @s-hertel @tremble |
ansibullbot
added
docs
has_pr
module
module
needs_triage
plugins
plugin (any type)
python3
labels
Jan 27, 2022
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Mar 28, 2022
Fix on_denied and on_missing bugs 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 Reviewed-by: Alina Buzachis <None> Reviewed-by: Shane Frasier <[email protected]> Reviewed-by: Markus Bergholz <[email protected]>
patchback bot
pushed a commit
that referenced
this issue
Mar 28, 2022
Fix on_denied and on_missing bugs 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 Reviewed-by: Alina Buzachis <None> Reviewed-by: Shane Frasier <[email protected]> Reviewed-by: Markus Bergholz <[email protected]> (cherry picked from commit e85e420)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Mar 28, 2022
[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
1 task
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
In debugging some code of mine that uses the
aws_ssm
lookup I was studying its documentation and found a few errors.on_missing
isskip
, and that is what it is set to in the code, but this disagrees with the default value explicitly listed in the documentation.on_denied
is set toskip
in the code, but this disagrees with the default value explicitly listed in the documentation.Issue Type
Documentation Report
Component Name
aws_ssm
Ansible Version
Collection Versions
Configuration
OS / Environment
Arch Linux, but the specific OS isn't relevant here
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: