Skip to content

Commit f5efd98

Browse files
committed
Added disable_gpg_check=true to yum: name={{ item }} state=present
1 parent 758afa4 commit f5efd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install-thinlinc-rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
- name: Install ThinLinc Software
3-
yum: name="{{ item }}" state=present
3+
yum: name="{{ item }}" state=present disable_gpg_check=true
44
with_items: "{{ thinlinc_packages }}"
55
notify: run tl-setup

0 commit comments

Comments
 (0)