Skip to content

Commit

Permalink
Add missing gnupg2 required dependency on Ubuntu 18.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 21, 2020
1 parent fce8842 commit e51d064
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
- name: Ensure APT HTTPS Transport is installed.
- name: Ensure dependencies are present.
apt:
name: apt-transport-https
name:
- apt-transport-https
- gnupg2
state: present

- name: Add packagecloud.io Varnish apt key.
Expand Down

0 comments on commit e51d064

Please sign in to comment.