ansible-software/thinlinc/tasks/main.yml

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