From e1edf36699efc4b4977541cc8d9f227e44b6dbfc Mon Sep 17 00:00:00 2001 From: Michael Contento Date: Thu, 8 May 2014 09:59:35 +0200 Subject: [PATCH] Add id to apt_key command for speed Because apt_key can now check if it needs to download the key file at all --- tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install.yml b/tasks/install.yml index 84d94db6..bcfb083e 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -8,6 +8,7 @@ - name: PostgreSQL | Add PostgeSQL repository apt-key apt_key: + id: ACCC4CF8 url: "https://www.postgresql.org/media/keys/ACCC4CF8.asc" state: present