From e3d89690c1f75c1f46573a99746988b3007610dd Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 3 Dec 2020 01:31:47 -0600 Subject: [PATCH] Become root to put that cap on Python WHOOPSIE DAISY --- site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml b/site.yml index 5463235..4f95595 100755 --- a/site.yml +++ b/site.yml @@ -18,6 +18,7 @@ path: /usr/bin/python3.8 # Required for Randovania to access Dolphin memory capability: cap_sys_ptrace+eip + become: yes roles: - role: desktop become: yes