Skip to content

Commit 850b350

Browse files
committed
Removed the loop in the installation tasks to remove the deprecation warning in install-thinlinc-suse.yml
1 parent 7213357 commit 850b350

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/install-thinlinc-suse.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
- name: Install ThinLinc Software
3-
zypper: name="{{ item }}" state=present disable_gpg_check=True
4-
with_items: "{{ thinlinc_packages }}"
3+
zypper: name="{{ thinlinc_packages }}" state=present disable_gpg_check=True
54
notify: run tl-setup

0 commit comments

Comments
 (0)