Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
xiaobao623 opened this issue Apr 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@xiaobao623
Copy link

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."}

@rhysmeister rhysmeister added the bug Something isn't working label Apr 17, 2024
@rhysmeister rhysmeister self-assigned this Apr 18, 2024
@rhysmeister
Copy link
Collaborator

Corrected in #100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants