Install zoom client

master
mandlm 2021-01-30 15:00:32 +01:00
parent 63a0c7896e
commit 7ab9d462e9
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
3 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,7 @@
- docker
- wayland
- aur-builder
- zoom
tasks:
- name: Install common user applications

View File

@ -0,0 +1,2 @@
dependencies:
- kewlfft.aur

View File

@ -0,0 +1,7 @@
---
- name: install package
aur:
name: zoom
state: latest
become: yes
become_user: "{{ aur_builder.name }}"