We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67fba3d + ae751e2 commit 3f2f9b8Copy full SHA for 3f2f9b8
ansible/roles/nginx/tasks/setup-ubuntu.yml
@@ -1,4 +1,9 @@
1
---
2
+- name: Add gpg dep for nginx repo
3
+ apt:
4
+ name: gpg
5
+ state: present
6
+
7
- name: Add PPA key for Nginx repository
8
apt_key:
9
keyserver: "hkp://keyserver.ubuntu.com:80"
0 commit comments