rpmfusion-free-repo: Fix url variable
This commit is contained in:
parent
2370aa5fc6
commit
157610fa6d
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
rpmfusion_free_keyurl: >-
|
rpmfusion_free_keyurl: >-
|
||||||
https://rpmfusion.org/keys?action=AttachFile&do=get&target=
|
https://rpmfusion.org/keys?action=AttachFile&do=get&target=
|
||||||
rpmfusion_base_url: https://mirrors.rpmfusion.org/free/
|
rpmfusion_free_baseurl: https://mirrors.rpmfusion.org/free/
|
||||||
|
|
|
@ -13,12 +13,12 @@
|
||||||
|
|
||||||
- name: enable repository
|
- name: enable repository
|
||||||
package:
|
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
|
state: installed
|
||||||
when: 'ansible_distribution != "Fedora"'
|
when: 'ansible_distribution != "Fedora"'
|
||||||
|
|
||||||
- name: enable repository
|
- name: enable repository
|
||||||
package:
|
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
|
state: installed
|
||||||
when: 'ansible_distribution == "Fedora"'
|
when: 'ansible_distribution == "Fedora"'
|
||||||
|
|
Loading…
Add table
Reference in a new issue