Don't install rpmfusion repositories for now

This commit is contained in:
Timo Makinen 2020-09-23 22:46:51 +03:00
parent f9b5769d6c
commit 67d7634b03

View file

@ -15,18 +15,6 @@
- abrt - abrt
- mlocate - mlocate
- name: "install rpmfusion repositories"
package:
name: "{{ item }}"
state: installed
with_items:
- "https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version}}.noarch.rpm"
- "https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ ansible_distribution_major_version}}.noarch.rpm"
# - name: "enable rpmfusion free repository"
# command: dnf config-manager --enable-repo=rpmfusion-free
# - name: "enable rpmfusion nonfree repository"
# command: dnf config-manager --enable-repo=rpmfusion-nonfree
- name: "hide grub menu during boot" - name: "hide grub menu during boot"
lineinfile: lineinfile:
path: /etc/default/grub path: /etc/default/grub