mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Install TeamViewer
This commit is contained in:
parent
fb5e540a63
commit
6ba1553d37
1 changed files with 6 additions and 0 deletions
|
|
@ -192,6 +192,12 @@
|
||||||
state: present
|
state: present
|
||||||
deb: https://pm.puppetlabs.com/pe-client-tools/2021.6.0/21.6.0/repos/deb/focal/PC1/pe-client-tools_21.6.0-1focal_amd64.deb
|
deb: https://pm.puppetlabs.com/pe-client-tools/2021.6.0/21.6.0/repos/deb/focal/PC1/pe-client-tools_21.6.0-1focal_amd64.deb
|
||||||
|
|
||||||
|
- name: Install TeamViewer via deb
|
||||||
|
become: true
|
||||||
|
ansible.builtin.apt:
|
||||||
|
state: present
|
||||||
|
deb: https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
|
||||||
|
|
||||||
- name: Install Webex via deb package
|
- name: Install Webex via deb package
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue