From 4640e0194a51e01b0f477cdc41de75e2948c2ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr> Date: Sun, 9 Jul 2023 13:42:22 +0200 Subject: [PATCH] fix: typo --- elastic/elastic7/02_install-elastic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elastic/elastic7/02_install-elastic.yaml b/elastic/elastic7/02_install-elastic.yaml index add7958..d4f349f 100644 --- a/elastic/elastic7/02_install-elastic.yaml +++ b/elastic/elastic7/02_install-elastic.yaml @@ -4,7 +4,7 @@ id: "46095ACC8548582C1A2699A9D27D666CD88E42B4" state: present -- name: Add elasticsearch repository +- name: Add Elasticsearch repository apt_repository: repo: "deb https://artifacts.elastic.co/packages/7.x/apt stable main" state: present @@ -13,6 +13,6 @@ apt: update_cache: yes -- name: Install Elastic +- name: Install Elasticsearch apt: name: elasticsearch=7.17.11 -- GitLab