Skip to content

Commit

Permalink
Fix sanity errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Jun 5, 2024
1 parent 443f750 commit 0383bef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelogs/fragments/fix_args_spec_supoptions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
trivial:
- backup_plan: Modify the argspec to use options for a dict parameter.
- backup_plan: add example for advanced_backup_settings usage.
- backup_plan - Modify the argspec to use options for a dict parameter.
- backup_plan - add example for advanced_backup_settings usage.
2 changes: 1 addition & 1 deletion plugins/modules/backup_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
backup_options=dict(
type="dict",
options=dict(
WindowsVSS=dict(type="str", choices=["enabled", "disabed"])
WindowsVSS=dict(type="str", choices=["enabled", "disabled"])
),
),
),
Expand Down

0 comments on commit 0383bef

Please sign in to comment.