Use FQCN for module names
This commit is contained in:
parent
be273475c9
commit
8ba9437c89
17 changed files with 52 additions and 52 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: install rpm signing key
|
||||
rpm_key:
|
||||
ansible.builtin.rpm_key:
|
||||
key: >
|
||||
{{
|
||||
rpmfusion_free_keyurl + "RPM-GPG-KEY-rpmfusion-free-el-" +
|
||||
|
@ -10,7 +10,7 @@
|
|||
when: 'ansible_distribution != "Fedora"'
|
||||
|
||||
- name: install rpm signing key
|
||||
rpm_key:
|
||||
ansible.builtin.rpm_key:
|
||||
key: >
|
||||
{{
|
||||
rpmfusion_free_keyurl + "RPM-GPG-KEY-rpmfusion-free-fedora-2020"
|
||||
|
@ -19,7 +19,7 @@
|
|||
when: 'ansible_distribution == "Fedora"'
|
||||
|
||||
- name: enable repository
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: >
|
||||
{{
|
||||
rpmfusion_free_baseurl + "/el/rpmfusion-free-release-" +
|
||||
|
@ -29,7 +29,7 @@
|
|||
when: 'ansible_distribution != "Fedora"'
|
||||
|
||||
- name: enable repository
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: >
|
||||
{{
|
||||
rpmfusion_free_baseurl + "/fedora/rpmfusion-free-release-" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue