Skip to content

Commit

Permalink
Correct module path
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Oct 5, 2024
1 parent 4787f79 commit be18aaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/targets/elastic_index/tasks/103.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
block:

- name: Get Elasticsearch version
uri:
url: http://localhost:9200 # Replace with your Elasticsearch host if necessary
ansible.builtin.uri:
url: http://localhost:9200
method: GET
user: "{{ elastic_user }}"
password: "{{ elastic_password }}"
return_content: yes
headers:
Content-Type: "application/json"
Expand Down

0 comments on commit be18aaa

Please sign in to comment.