rpmfusion_nonfree_repo: Lint fixes
This commit is contained in:
parent
0929d284c8
commit
c8231ff484
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
rpmfusion_nonfree_keyurl: >-
|
rpmfusion_nonfree_repo_keyurl: >-
|
||||||
https://rpmfusion.org/keys?action=AttachFile&do=get&target=
|
https://rpmfusion.org/keys?action=AttachFile&do=get&target=
|
||||||
rpmfusion_nonfree_baseurl: https://mirrors.rpmfusion.org/nonfree/
|
rpmfusion_nonfree_repo_baseurl: https://mirrors.rpmfusion.org/nonfree/
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
ansible.builtin.rpm_key:
|
ansible.builtin.rpm_key:
|
||||||
key: >
|
key: >
|
||||||
{{
|
{{
|
||||||
rpmfusion_nonfree_keyurl + "RPM-GPG-KEY-rpmfusion-nonfree-el-" +
|
rpmfusion_nonfree_repo_keyurl + "RPM-GPG-KEY-rpmfusion-nonfree-el-" +
|
||||||
ansible_distribution_major_version
|
ansible_distribution_major_version
|
||||||
}}
|
}}
|
||||||
state: present
|
state: present
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
ansible.builtin.rpm_key:
|
ansible.builtin.rpm_key:
|
||||||
key: >
|
key: >
|
||||||
{{
|
{{
|
||||||
rpmfusion_nonfree_keyurl + "RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020"
|
rpmfusion_nonfree_repo_keyurl + "RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020"
|
||||||
}}
|
}}
|
||||||
state: present
|
state: present
|
||||||
when: 'ansible_distribution == "Fedora"'
|
when: 'ansible_distribution == "Fedora"'
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: >
|
name: >
|
||||||
{{
|
{{
|
||||||
rpmfusion_nonfree_baseurl + "/el/rpmfusion-nonfree-release-" +
|
rpmfusion_nonfree_repo_baseurl + "/el/rpmfusion-nonfree-release-" +
|
||||||
ansible_distribution_major_version + ".noarch.rpm"
|
ansible_distribution_major_version + ".noarch.rpm"
|
||||||
}}
|
}}
|
||||||
state: installed
|
state: installed
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: >
|
name: >
|
||||||
{{
|
{{
|
||||||
rpmfusion_nonfree_baseurl + "/fedora/rpmfusion-nonfree-release-" +
|
rpmfusion_nonfree_repo_baseurl + "/fedora/rpmfusion-nonfree-release-" +
|
||||||
ansible_distribution_version + ".noarch.rpm"
|
ansible_distribution_version + ".noarch.rpm"
|
||||||
}}
|
}}
|
||||||
state: installed
|
state: installed
|
||||||
|
|
Loading…
Add table
Reference in a new issue