We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98f3a4 commit f3cec42Copy full SHA for f3cec42
tasks/setup-redhat-repos.yml
@@ -31,7 +31,7 @@
31
sslclientcert: "/etc/ssl/nginx/{{ nginx_license.certificate | basename }}"
32
sslclientkey: "/etc/ssl/nginx/{{ nginx_license.key | basename }}"
33
enabled: true
34
- gpgcheck: true
+ gpgcheck: false
35
gpgkey: https://cs.nginx.com/static/keys/app-protect.key
36
state: "{{ nginx_license_status | default ('present') }}"
37
@@ -44,7 +44,7 @@
44
45
46
47
48
49
50
when: ansible_distribution != "Amazon"
0 commit comments