Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.08 KB

Molecule Test

bwinfosec.add_rpm_fusion

This role adds the RPM Fusion repository to RHEL.

Platforms

  • RHEL 8

Install

ansible-galaxy install bwinfosec.add_epel && ansible-galaxy install bwinfosec.add_rpm_fusion

Example Playbook

- name: Add RPM Fusion (and EPEL) to RHEL hosts
  become: true
  hosts: rhel

  roles:
    - bwinfosec.add_epel
    - bwinfosec.add_rpm_fusion

Requirements

Local Development

This role includes a molecule test to execute on RHEL 8.

Licensing

This work is licensed under the EUPL 1.2.

Contribution

If you want to contribute feel free to do so by creating a pull request on github.