From 67d7634b0334fe3e871cc9bbb9329ea597cb4099 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 23 Sep 2020 22:46:51 +0300 Subject: [PATCH] Don't install rpmfusion repositories for now --- deploy.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/deploy.yml b/deploy.yml index b5d34c7..cda6226 100644 --- a/deploy.yml +++ b/deploy.yml @@ -15,18 +15,6 @@ - abrt - 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" lineinfile: path: /etc/default/grub