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