We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b15103 commit a166fc4Copy full SHA for a166fc4
1 file changed
module/sources/vmware/config.py
@@ -505,6 +505,12 @@ def validate_options(self):
505
506
option.set_value(value_list)
507
508
+ if option.key == "custom_attribute_exclude":
509
+
510
+ option.set_value(quoted_split(option.value))
511
512
+ continue
513
514
permitted_subnets_option = self.get_option_by_name("permitted_subnets")
515
516
if permitted_subnets_option is not None:
0 commit comments