common/packages: Split zoom into task

main
earnest ma 2022-01-28 14:48:13 -05:00
parent 5bc7c027c1
commit e1782e40fd
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 11 additions and 4 deletions

View File

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

View File

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