Skip to content

Commit

Permalink
More no_log=False to fix sanity tests (ansible-collections#474)
Browse files Browse the repository at this point in the history
* Add no_log=False to mark some more false-positives of the no_log check.

* More false-positives confirmed by tremble.

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@67b6d75
  • Loading branch information
felixfontein authored and goneri committed Sep 9, 2022
1 parent d9ccb25 commit f267b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/cloudtrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def main():
name=dict(default='default'),
enable_logging=dict(default=True, type='bool'),
s3_bucket_name=dict(),
s3_key_prefix=dict(),
s3_key_prefix=dict(no_log=False),
sns_topic_name=dict(),
is_multi_region_trail=dict(default=False, type='bool'),
enable_log_file_validation=dict(type='bool', aliases=['log_file_validation_enabled']),
Expand Down

0 comments on commit f267b0b

Please sign in to comment.