Files
test/vars/CentOS-7-default.yml
T
2023-04-23 16:40:20 -05:00

11 lines
430 B
YAML

---
# vars file for ensure_repo_rpmfusion
package_list:
- name: 'rpmfusion-free-release'
state: 'present'
url: 'https://download1.rpmfusion.org/free/el/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm'
- name: 'rpmfusion-nonfree-release'
state: 'present'
url: 'https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-{{ ansible_distribution_major_version }}.noarch.rpm'