Broke tasks out into roles rather than leaving them all in common
This commit is contained in:
12
roles/rpmfusion/tasks/main.yml
Normal file
12
roles/rpmfusion/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Install RPMFusion
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ release_ver }}.noarch.rpm
|
||||
- https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ release_ver }}.noarch.rpm
|
||||
state: present
|
||||
|
||||
- name: DNF Update
|
||||
ansible.builtin.dnf:
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
Reference in New Issue
Block a user