mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
module_retention isn't defined anywhere, including the help.
This commit is contained in:
parent
57acf104c6
commit
2387f044e4
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ def main():
|
||||||
maint_window = module.params.get('maint_window')
|
maint_window = module.params.get('maint_window')
|
||||||
subnet = module.params.get('subnet')
|
subnet = module.params.get('subnet')
|
||||||
backup_window = module.params.get('backup_window')
|
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')
|
region = module.params.get('region')
|
||||||
zone = module.params.get('zone')
|
zone = module.params.get('zone')
|
||||||
aws_secret_key = module.params.get('aws_secret_key')
|
aws_secret_key = module.params.get('aws_secret_key')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue