Don't install rpmfusion repositories for now
This commit is contained in:
parent
f9b5769d6c
commit
67d7634b03
1 changed files with 0 additions and 12 deletions
12
deploy.yml
12
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
|
||||
|
|
Loading…
Add table
Reference in a new issue