Closed jsf9k closed 2 years ago
Files identified in the description:
plugins/modules/aws_s3.py
](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/aws_s3.py)If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @jillr @linabuzachis @lwade @s-hertel @tremble click here for bot help
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