From 9a20bfc49b8a80ea9d9cc7a8278fa247c1eb0069 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 24 Jul 2018 12:42:45 -0500 Subject: [PATCH] Update task name Change-Id: Ia0eb105a6200104590ffb9c2f35b93a96ffb66ef Signed-off-by: Kevin Carter --- elk_metrics_6x/common_task_install_elk_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}"