Date: 2025-01-07 12:31:18
Score: 1.5
Natty:
we had very similar issue.
It seems that by default the "uri" module was not using basic auth, but was using different type of auth.
Therefore forcing basic auth has resolved this for us.
force_basic_auth: true
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/uri_module.html#parameter-force_basic_auth
Reasons:
- Probably link only (1):
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Ildar Galikov