Add Randovania, provide Python the perms for randovania to do the do

This commit is contained in:
Salt 2020-11-29 02:30:36 -06:00
parent e0eeb4fa5b
commit deca70a065
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@
desktop_pip3_packages:
- pmbootstrap
- protontricks
- randovania
- youtube-dl
desktop_pip3_packages_extra: []

View File

@ -12,6 +12,12 @@
tags: [ ansible, common ]
# Home desktops
- hosts: desktop
tasks:
- name: give python3 cap_sys_ptrace
capabilities:
path: /usr/bin/python3.8
# Required for Randovania to access Dolphin memory
capability: cap_sys_ptrace+eip
roles:
- role: desktop
become: yes