diff --git a/elastic/elastic7/02_install-elastic.yaml b/elastic/elastic7/02_install-elastic.yaml index add795875b0e042b0ea29f0e79cc3c05ac7f4a69..d4f349f9c3614ee6ce9186d1c5069c7028bf6949 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