Updated keycloak.py to allow defining connection timeout value (#4168) (#4178) (#4198)

* Updated keycloak.py to allow defining connection timeout value (#4168) (#2)

* Added parameter to doc_fragments and edited the changelog message (#4168)

* Added parameter to doc_fragments and edited the changelog message (#4168)

(cherry picked from commit 2498591695)

Co-authored-by: Nikolas Laskaris <laskarisn@gmail.com>
This commit is contained in:
patchback[bot] 2022-02-14 19:56:01 +01:00 committed by GitHub
commit 7600fec752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 103 additions and 76 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "keycloak_* modules - added connection timeout parameter when calling server (https://github.com/ansible-collections/community.general/pull/4168)."