We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a04037 commit 3101aa0Copy full SHA for 3101aa0
plugins/modules/purefa_directory.py
@@ -244,9 +244,9 @@ def main():
244
245
if LooseVersion(CONTEXT_VERSION) <= LooseVersion(api_version):
246
res = array.get_file_systems(
247
- names=[module.params["filesystem"]],
248
- context_names=[module.params["context"]],
249
- )
+ names=[module.params["filesystem"]],
+ context_names=[module.params["context"]],
+ )
250
else:
251
res = array.get_file_systems(names=[module.params["filesystem"]])
252
if res.status_code == 200:
0 commit comments