Fix body format in Create custom user task for OD

This commit is contained in:
Jose M 2020-06-25 13:16:53 +02:00
parent 65b0dc8ad5
commit 77c75476f4
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF

View File

@ -137,8 +137,7 @@
body: |
{
"password": "{{ opendistro_admin_password }}",
"backend_roles": ["{{ opendistro_custom_user_role }}"],
}
"backend_roles": ["{{ opendistro_custom_user_role }}"]
}
body_format: json
validate_certs: no