Skip to content

Commit

Permalink
chore: add optional ,
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wenzel committed Jun 6, 2024
1 parent c242dab commit 81372a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/proxmox_vm_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def main():
type="str", choices=["none", "current", "pending"],
default="none", required=False
),
network=dict(type="bool", default=False, required=False)
network=dict(type="bool", default=False, required=False),
)
module_args.update(vm_info_args)

Expand Down

0 comments on commit 81372a1

Please sign in to comment.