Skip to content

Commit

Permalink
Added gpg missing dependency in nginx role
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Sep 28, 2020
1 parent 67fba3d commit ae751e2
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 ae751e2

Please sign in to comment.