Skip to content

Commit

Permalink
Merge pull request #430 from vjrj/gpg-nginx
Browse files Browse the repository at this point in the history
Added gpg missing dependency in nginx role
  • Loading branch information
djtfmartin authored Sep 28, 2020
2 parents 67fba3d + ae751e2 commit 3f2f9b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/nginx/tasks/setup-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: Add gpg dep for nginx repo
apt:
name: gpg
state: present

- name: Add PPA key for Nginx repository
apt_key:
keyserver: "hkp://keyserver.ubuntu.com:80"
Expand Down

0 comments on commit 3f2f9b8

Please sign in to comment.