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