ansible/changelogs/fragments/64892-add-parameters-to-url_lookup_plugin.yaml
rule88 6a1f82f174
url lookup - add options to match those in urls.py (#64892)
Add 'force_basic_auth' option
By default "force_basic_auth" option is set to False, with this adjustment it is up to the user if it wants to enforce basic authentication.
2020-01-29 16:45:25 -05:00

3 lines
109 B
YAML

minor_changes:
- url_lookup_plugin - add parameters to match what is available in ``module_utils/urls.py``