rpmfusion-free-repo: Fix url variable
This commit is contained in:
parent
2370aa5fc6
commit
157610fa6d
2 changed files with 3 additions and 3 deletions
|
@ -13,12 +13,12 @@
|
|||
|
||||
- name: enable repository
|
||||
package:
|
||||
name: "{{ rpmfusion_baseurl }}/el/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm"
|
||||
name: "{{ rpmfusion_free_baseurl }}/el/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm"
|
||||
state: installed
|
||||
when: 'ansible_distribution != "Fedora"'
|
||||
|
||||
- name: enable repository
|
||||
package:
|
||||
name: "{{ rpmfusion_baseurl }}/fedora/rpmfusion-free-release-{{ ansible_distribution_version }}.noarch.rpm"
|
||||
name: "{{ rpmfusion_free_baseurl }}/fedora/rpmfusion-free-release-{{ ansible_distribution_version }}.noarch.rpm"
|
||||
state: installed
|
||||
when: 'ansible_distribution == "Fedora"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue