Also remove cap_sys_ptrace on Python
This commit is contained in:
parent
2380276b10
commit
c6de02ec1b
@ -41,6 +41,7 @@ all:
|
||||
desktop:
|
||||
hosts:
|
||||
dsk-ryzen-0.desu.ltd:
|
||||
ansible_host: 192.168.101.2
|
||||
lap-s76-lemp9-0.desu.ltd:
|
||||
prod:
|
||||
children:
|
||||
|
@ -3,13 +3,6 @@
|
||||
---
|
||||
# Home desktops
|
||||
- hosts: desktop
|
||||
post_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
|
||||
tags: [ desktop, python, cap ]
|
||||
tasks:
|
||||
- name: assure pi-storage-1 nfs mountpoint
|
||||
file: path=/nfs/pi-storage-1.desu.ltd state=directory owner=root mode=0755
|
||||
|
Loading…
Reference in New Issue
Block a user