thinlinc: Fix tasks path

This commit is contained in:
Timo Makinen 2021-06-26 20:01:19 +00:00
parent 3a99678a44
commit 71d585aeec

13
thinlinc/tasks/main.yml Normal file
View file

@ -0,0 +1,13 @@
---
- name: install thinlinc repository
yum_repository:
name: thinlinc
baseurl: "https://mirrors.foo.sh/thinlinc/{{ ansible_architecture }}"
description: Cendio Thinlinc
gpgcheck: false
enabled: true
- name: install thinlinc client
package:
name: thinlinc-client
state: installed