Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Jun 5, 2024
1 parent 0383bef commit ec5e787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/backup_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
- rule_name: daily
advanced_backup_settings:
- resource_type: "EC2"
backup_options: {"WindowsVSS": "enabled"}
backup_options:
WindowsVSS: enabled
target_backup_vault_name: "{{ backup_vault_name }}"
schedule_expression: 'cron(0 5 ? * * *)'
start_window_minutes: 60
Expand Down

0 comments on commit ec5e787

Please sign in to comment.