Skip to content

Commit

Permalink
define context default
Browse files Browse the repository at this point in the history
  • Loading branch information
sdodsley authored Jan 28, 2025
1 parent a21f8fb commit d8f590c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/purefa_pgsnap.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
- This requires the array receiving the request is a member of a fleet
and the context name to be a member of the same fleet.
type: str
default: ""
version_added: '1.33.0'
extends_documentation_fragment:
- purestorage.flasharray.purestorage.fa
Expand Down Expand Up @@ -911,7 +912,7 @@ def main():
),
with_default_protection=dict(type="bool", default=True),
add_to_pgs=dict(type="list", elements="str"),
context=dict(type="str"),
context=dict(type="str", default=""),
)
)

Expand Down

0 comments on commit d8f590c

Please sign in to comment.