thinlinc: Fix tasks path
This commit is contained in:
parent
3a99678a44
commit
71d585aeec
1 changed files with 0 additions and 0 deletions
13
thinlinc/tasks/main.yml
Normal file
13
thinlinc/tasks/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