common/packages: Split zoom into task
parent
5bc7c027c1
commit
e1782e40fd
|
@ -87,10 +87,7 @@
|
|||
state: present
|
||||
|
||||
- name: Install zoom
|
||||
dnf:
|
||||
name: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
|
||||
disable_gpg_check: true
|
||||
state: present
|
||||
import_tasks: packages/zoom.yml
|
||||
|
||||
- name: Configure flatpak flathub remote
|
||||
community.general.flatpak_remote:
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Add signing key
|
||||
rpm_key:
|
||||
key: https://zoom.us/linux/download/pubkey
|
||||
state: present
|
||||
|
||||
- name: Install zoom
|
||||
dnf:
|
||||
name: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
|
||||
state: present
|
Loading…
Reference in New Issue