Skip to content

Commit

Permalink
Adding GNUPG-curl verification to role.
Browse files Browse the repository at this point in the history
  • Loading branch information
elaske authored and angstwad committed Aug 22, 2017
1 parent 4a7980f commit fef759a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit fef759a

Please sign in to comment.