Skip to content

Commit a97c0dc

Browse files
committed
Added disable_gpg_check=True in install-thinlinc-suse.yml
1 parent 66a2864 commit a97c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install-thinlinc-suse.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-
zypper: name="{{ item }}" state=present
3+
zypper: name="{{ item }}" state=present disable_gpg_check=True
44
with_items: "{{ thinlinc_packages }}"
55
notify: run tl-setup

0 commit comments

Comments
 (0)