We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fba3d commit ae751e2Copy full SHA for ae751e2
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