1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-16 14:35:00 +00:00

Merge pull request #6795 from jjshoe/patch-2

module_retention isn't defined anywhere, including the help.
This commit is contained in:
Michael DeHaan 2014-04-01 10:39:09 -04:00
commit 8d3e22ccc4

View file

@ -343,7 +343,7 @@ def main():
maint_window = module.params.get('maint_window')
subnet = module.params.get('subnet')
backup_window = module.params.get('backup_window')
backup_retention = module.params.get('module_retention')
backup_retention = module.params.get('backup_retention')
region = module.params.get('region')
zone = module.params.get('zone')
aws_secret_key = module.params.get('aws_secret_key')