Instead of doing an unpack, deliberately specify which parameters you
want to use. This allows us to flexibly add more parameters to the
f5_argument_spec without having to rewrite all the modules that use
it.
Functionally this commit changes nothing, it just provides for a
different way of accessing the parameters to the module
module.fail_json(msg="the python bigsuds module is required")
ifmodule.params['validate_certs']:
importssl
ifnothasattr(ssl,'SSLContext'):
module.fail_json(msg='bigsuds does not support verifying certificates with python < 2.7.9. Either update python or set validate_certs=False on the task')
module.fail_json(msg="the python bigsuds module is required")
ifmodule.params['validate_certs']:
importssl
ifnothasattr(ssl,'SSLContext'):
module.fail_json(msg='bigsuds does not support verifying certificates with python < 2.7.9. Either update python or set validate_certs=False on the task')
module.fail_json(msg="the python bigsuds module is required")
ifmodule.params['validate_certs']:
importssl
ifnothasattr(ssl,'SSLContext'):
module.fail_json(msg='bigsuds does not support verifying certificates with python < 2.7.9. Either update python or set validate_certs=False on the task')
module.fail_json(msg="the python bigsuds module is required")
ifmodule.params['validate_certs']:
importssl
ifnothasattr(ssl,'SSLContext'):
module.fail_json(msg='bigsuds does not support verifying certificates with python < 2.7.9. Either update python or set validate_certs=False on the task')
module.fail_json(msg="the python bigsuds module is required")
ifmodule.params['validate_certs']:
importssl
ifnothasattr(ssl,'SSLContext'):
module.fail_json(msg='bigsuds does not support verifying certificates with python < 2.7.9. Either update python or set validate_certs=False on the task')
module.fail_json(msg="the python bigsuds module is required")
ifmodule.params['validate_certs']:
importssl
ifnothasattr(ssl,'SSLContext'):
module.fail_json(msg='bigsuds does not support verifying certificates with python < 2.7.9. Either update python or set validate_certs=False on the task')