Skip to content

Commit

Permalink
Fix apikey name
Browse files Browse the repository at this point in the history
  • Loading branch information
Robson Mantovani committed Jun 6, 2023
1 parent 70ddfab commit 5e45d46
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The "Elasticsearch Security" collection provides Ansible modules to manage Elast

## Modules

### elasticsearch_security_api-key
### elasticsearch_security_apikey

This module allows you to manage Elasticsearch security API keys. It can create or invalidate API keys.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> ELASTICSEARCH_SECURITY_API-KEY (plugins/modules/elasticsearch_security_api-key.py)
> ELASTICSEARCH_SECURITY_API-KEY (plugins/modules/elasticsearch_security_apikey.py)
This module allows you to manage Elasticsearch security API
keys. It can create or invalidate API keys.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

tasks:
- name: Manage Elasticsearch Security API Key
elasticsearch_security_api-key:
elasticsearch_security_apikey:
state: present
es_url: http://localhost:9200
es_user: admin
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace: elastic_security
namespace: robsonmantovani
name: elasticsearch_security
version: 1.0.0
readme: README.md
Expand Down
1 change: 1 addition & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ galaxy_info:
min_ansible_version: 2.10
platforms: []
dependencies: []
requires_ansible: ">=2.10"

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DOCUMENTATION = '''
---
module: elasticsearch_security_api-key
module: elasticsearch_security_apikey
short_description: Manage Elasticsearch security API keys
description:
- This module allows you to manage Elasticsearch security API keys.
Expand Down

0 comments on commit 5e45d46

Please sign in to comment.