pushing fedora changes

This commit is contained in:
2023-01-26 19:55:15 -08:00
parent 23c399f9e7
commit 19d95fda38
10 changed files with 14 additions and 90 deletions

View File

@@ -39,20 +39,3 @@
name: "{{ item }}"
state: present
loop: "{{ font_packages }}"
- name: install veracrypt from rpm
dnf:
name: "{{ veracrypt_url }}"
state: present
disable_gpg_check: True
- name: install rpmfusion for ffmpeg
shell: 'sudo dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm'
- name: install ffmpeg/libs
dnf:
name: "{{ item }}"
state: present
loop:
- ffmpeg
- ffmpeg-libs