From 7e284b8dd498b7d97b5d07f86999a3e2b44c2787 Mon Sep 17 00:00:00 2001 From: l Date: Mon, 1 Apr 2019 12:59:39 +0200 Subject: [PATCH] Using apt list at kibana --- roles/elastic-stack/ansible-kibana/tasks/Debian.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/elastic-stack/ansible-kibana/tasks/Debian.yml b/roles/elastic-stack/ansible-kibana/tasks/Debian.yml index 733b222c..a7db7dee 100644 --- a/roles/elastic-stack/ansible-kibana/tasks/Debian.yml +++ b/roles/elastic-stack/ansible-kibana/tasks/Debian.yml @@ -1,9 +1,7 @@ --- - name: Debian/Ubuntu | Install apt-transport-https and ca-certificates apt: - pkg: - - apt-transport-https - - ca-certificates + name: ['apt-transport-https', 'ca-certificates'] state: present - name: Debian/Ubuntu | Add Elasticsearch GPG key