From 77c75476f4168d7bd7e1f613c6bc284a1de738b8 Mon Sep 17 00:00:00 2001 From: Jose M Date: Thu, 25 Jun 2020 13:16:53 +0200 Subject: [PATCH] Fix body format in Create custom user task for OD --- .../opendistro-elasticsearch/tasks/security_actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/opendistro/opendistro-elasticsearch/tasks/security_actions.yml b/roles/opendistro/opendistro-elasticsearch/tasks/security_actions.yml index 3aabe82d..87700adf 100644 --- a/roles/opendistro/opendistro-elasticsearch/tasks/security_actions.yml +++ b/roles/opendistro/opendistro-elasticsearch/tasks/security_actions.yml @@ -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