ansible-software/thinlinc/main.yml
2021-06-26 17:09:27 +00:00

13 lines
313 B
YAML

---
- 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