Skip to content

Commit 3d0f8a0

Browse files
committed
fix offline check gpg
1 parent c406216 commit 3d0f8a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/opensource/install-offline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
yum:
3636
name: "{{ rpm_nginx_path_install }}"
3737
update_cache: false
38+
disable_gpg_check: true
3839
state: present # noqa package-latest
3940
when: ansible_facts['os_family'] == 'RedHat'
4041
become: true
4142
become_user: root
42-
notify: (Handler) Run NGINX
43+
notify: (Handler) Run NGINX

0 commit comments

Comments
 (0)