Update incorrect path for pritunl organization post (#7161)
* Update incorrect path for organization post * Create changelog fragment * Update changelog fragment. --------- Co-authored-by: Felix Fontein <felix@fontein.de>pull/7220/head
parent
9f1a9e306c
commit
a23cd6c1d5
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- pritunl module utils - fix incorrect URL parameter for orgnization add method (https://github.com/ansible-collections/community.general/pull/7161).
|
|
@ -79,7 +79,7 @@ def _post_pritunl_organization(
|
||||||
api_secret=api_secret,
|
api_secret=api_secret,
|
||||||
base_url=base_url,
|
base_url=base_url,
|
||||||
method="POST",
|
method="POST",
|
||||||
path="/organization/%s",
|
path="/organization",
|
||||||
headers={"Content-Type": "application/json"},
|
headers={"Content-Type": "application/json"},
|
||||||
data=json.dumps(organization_data),
|
data=json.dumps(organization_data),
|
||||||
validate_certs=validate_certs,
|
validate_certs=validate_certs,
|
||||||
|
|
Loading…
Reference in New Issue