This is a quick ansible role to install lutris on fedora with RPM fusion for nvidia drivers with all of the prerequisites like vulkan. This SHOULD get you everything you need to run games in the Battlenet installer according to documentation here: https://github.com/lutris/docs/blob/master/Battle.Net.md
Install ansible:
sudo dnf install ansible -yansible-playbook provision.ymlExample:
ansible-playbook provision.yml -e fedora_version=32TODO: Add molecule testing
Anyone who would like to contribute please submit a PR Thanks!