Add thinlinc client

This commit is contained in:
Timo Makinen 2021-06-26 17:09:27 +00:00
parent 8dd41ca4eb
commit 3a99678a44

13
thinlinc/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