community.elastic icon indicating copy to clipboard operation
community.elastic copied to clipboard

ansible-doc community.elastic.elastic_role example word "indicies" error, should be indices

Open xiaobao623 opened this issue 2 months ago • 1 comments

Role doc EXAMPLES:

  • name: Create a role called admin community.elastic.elastic_role: name: admin cluster: - all indicies: names: - index1 - index2 - index3 privileges: - all

the example indicies should be indices

=====Task run test======

TASK [create new role bsg] ************************************************************************************************************************************************************************************* fatal: [localhost]: FAILED! => {"changed": false, "msg": " Unsupported parameters for (community.elastic.elastic_role) module: indicies. Supported parameters include: applications, auth_method, auth_scheme, cafile, cluster, connection_options, global_v, indices, login_hosts, login_password, login_port, login_user, metadata, name, run_as, state, timeout."}

xiaobao623 avatar Apr 17 '24 03:04 xiaobao623