Skip to content

Commit

Permalink
Make sure GPG is installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislea committed May 9, 2018
1 parent 39f338b commit cbbbfe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
state: installed
when: not apt_https_transport.stat.exists

- name: Install GPG
apt:
pkg: gnupg
state: installed

- name: Import the NodeSource GPG key into apt
apt_key:
url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280
Expand Down

0 comments on commit cbbbfe1

Please sign in to comment.