Add rpmfusion role on Fedora

This commit is contained in:
2023-11-24 22:48:40 +00:00
parent 66e7d9dc76
commit cf041f9747
2 changed files with 35 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
---
- hosts: localhost
roles:
- role: rpmfusion
when: ansible_os_family == 'RedHat' and ansible_distribution == 'Fedora'
- import_playbook: UnixCLI.yaml
- hosts: localhost
roles: