Skip to content

Commit

Permalink
Use list of dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Oct 5, 2024
1 parent 07a8291 commit 3fa3cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/elastic_index/tasks/103.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
api_key: "{{ api_key_response.json.api_key }}"
auth_scheme: "https"
connection_options:
verify_certs: False
ssl_show_warn: False
- verify_certs: False
- ssl_show_warn: False
check_mode: yes
register: result

Expand Down

0 comments on commit 3fa3cfa

Please sign in to comment.