Add thinlinc client
This commit is contained in:
parent
8dd41ca4eb
commit
3a99678a44
1 changed files with 13 additions and 0 deletions
13
thinlinc/main.yml
Normal file
13
thinlinc/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue