From fef759ada1322950e0a104025237479bf9ac86a0 Mon Sep 17 00:00:00 2001 From: Evan Laske Date: Thu, 17 Aug 2017 21:46:31 -0500 Subject: [PATCH] Adding GNUPG-curl verification to role. --- tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 946f1ff..4ce4f34 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -67,6 +67,13 @@ command: dmsetup mknodes when: dmsetup_result.changed +- name: Ensure GNUPG-curl is available for https + apt: + pkg: gnupg-curl + state: present + update_cache: yes + cache_valid_time: "{{ docker_apt_cache_valid_time }}" + - name: Add Docker repository key apt_key: id: "{{ apt_key_sig }}"