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