rpmfusion_nonfree_repo: Fix yamllint errors
This commit is contained in:
parent
c8231ff484
commit
e0721a73dd
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
||||||
ansible.builtin.rpm_key:
|
ansible.builtin.rpm_key:
|
||||||
key: >
|
key: >
|
||||||
{{
|
{{
|
||||||
rpmfusion_nonfree_repo_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"'
|
||||||
|
|
Loading…
Add table
Reference in a new issue