diff --git a/elk_metrics_6x/common_task_install_elk_repo.yml b/elk_metrics_6x/common_task_install_elk_repo.yml index f4a957c9..774e5ae6 100644 --- a/elk_metrics_6x/common_task_install_elk_repo.yml +++ b/elk_metrics_6x/common_task_install_elk_repo.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- name: add Elastic search public GPG key (same for Metricsbeat) +- name: add Elastic search public GPG key apt_key: url: "https://artifacts.elastic.co/GPG-KEY-elasticsearch" state: "{{ ((elk_package_state | default('present')) == 'absent') | ternary('absent', 'present') }}"