[pritunl] removed unnecessary data from auth string (#4530)

* removed unnecessary data from auth string

* add changelog

Co-authored-by: vadim <vadim>
This commit is contained in:
vvatlin 2022-04-20 10:24:29 +03:00 committed by GitHub
commit 51a68517ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- pritunl - fixed bug where pritunl plugin api add unneeded data in ``auth_string`` parameter (https://github.com/ansible-collections/community.general/issues/4527).