Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 4640e019 authored by Nicolas's avatar Nicolas
Browse files

fix: typo

parent ac0e9e5f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
id: "46095ACC8548582C1A2699A9D27D666CD88E42B4" id: "46095ACC8548582C1A2699A9D27D666CD88E42B4"
state: present state: present
- name: Add elasticsearch repository - name: Add Elasticsearch repository
apt_repository: apt_repository:
repo: "deb https://artifacts.elastic.co/packages/7.x/apt stable main" repo: "deb https://artifacts.elastic.co/packages/7.x/apt stable main"
state: present state: present
...@@ -13,6 +13,6 @@ ...@@ -13,6 +13,6 @@
apt: apt:
update_cache: yes update_cache: yes
- name: Install Elastic - name: Install Elasticsearch
apt: apt:
name: elasticsearch=7.17.11 name: elasticsearch=7.17.11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment