Install zoom client
This commit is contained in:
parent
63a0c7896e
commit
7ab9d462e9
@ -22,6 +22,7 @@
|
||||
- docker
|
||||
- wayland
|
||||
- aur-builder
|
||||
- zoom
|
||||
|
||||
tasks:
|
||||
- name: Install common user applications
|
||||
|
2
roles/zoom/meta/main.yaml
Normal file
2
roles/zoom/meta/main.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- kewlfft.aur
|
7
roles/zoom/tasks/main.yaml
Normal file
7
roles/zoom/tasks/main.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: install package
|
||||
aur:
|
||||
name: zoom
|
||||
state: latest
|
||||
become: yes
|
||||
become_user: "{{ aur_builder.name }}"
|
Reference in New Issue
Block a user