diff --git a/lib/ansible/module_utils/urls.py b/lib/ansible/module_utils/urls.py index 20dd86f1aad..4a9d513446f 100644 --- a/lib/ansible/module_utils/urls.py +++ b/lib/ansible/module_utils/urls.py @@ -514,7 +514,6 @@ def get_ca_certs(cafile=None, capath=None): # tries to find a valid CA cert in one of the # standard locations for the current distribution - # Using a dict, instead of a set for order, the value is meaningless and will be None # Not directly using a bytearray to avoid duplicates with fast lookup cadata = OrderedSet()