thinlinc: Fix tasks path

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

View file

@ -1,13 +0,0 @@
---
- 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