Skip to content

Commit f3cec42

Browse files
committed
temp disable of gpgcheck
1 parent f98f3a4 commit f3cec42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/setup-redhat-repos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
sslclientcert: "/etc/ssl/nginx/{{ nginx_license.certificate | basename }}"
3232
sslclientkey: "/etc/ssl/nginx/{{ nginx_license.key | basename }}"
3333
enabled: true
34-
gpgcheck: true
34+
gpgcheck: false
3535
gpgkey: https://cs.nginx.com/static/keys/app-protect.key
3636
state: "{{ nginx_license_status | default ('present') }}"
3737

@@ -44,7 +44,7 @@
4444
sslclientcert: "/etc/ssl/nginx/{{ nginx_license.certificate | basename }}"
4545
sslclientkey: "/etc/ssl/nginx/{{ nginx_license.key | basename }}"
4646
enabled: true
47-
gpgcheck: true
47+
gpgcheck: false
4848
gpgkey: https://cs.nginx.com/static/keys/app-protect.key
4949
state: "{{ nginx_license_status | default ('present') }}"
5050
when: ansible_distribution != "Amazon"

0 commit comments

Comments
 (0)