Skip to content

Commit 7213357

Browse files
committed
Removed the loop in the installation tasks to remove the deprecation warning
1 parent f5efd98 commit 7213357

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/install-thinlinc-rhel.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-
yum: name="{{ item }}" state=present disable_gpg_check=true
4-
with_items: "{{ thinlinc_packages }}"
3+
yum: name="{{ thinlinc_packages }}" state=present disable_gpg_check=true
54
notify: run tl-setup

0 commit comments

Comments
 (0)