Skip to content

Commit

Permalink
Update plugins/modules/api.py
Browse files Browse the repository at this point in the history
this is correct thanks !

Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
NikolayDachev and felixfontein authored Sep 27, 2021
1 parent ec0c4a9 commit 0f8ce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def __init__(self):
self.module.params['ca_path'],
)

self.path = self.list_remove_empty(self.split_params(self.module.params['path']))
self.path = self.module.params['path'].split()
self.add = self.module.params['add']
self.remove = self.module.params['remove']
self.update = self.module.params['update']
Expand Down

0 comments on commit 0f8ce99

Please sign in to comment.