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