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 66a2864 commit a97c0dcCopy full SHA for a97c0dc
tasks/install-thinlinc-suse.yml
@@ -1,5 +1,5 @@
1
---
2
- name: Install ThinLinc Software
3
- zypper: name="{{ item }}" state=present
+ zypper: name="{{ item }}" state=present disable_gpg_check=True
4
with_items: "{{ thinlinc_packages }}"
5
notify: run tl-setup
0 commit comments