Also remove cap_sys_ptrace on Python

This commit is contained in:
Salt 2021-07-27 17:17:07 -05:00
parent 2380276b10
commit c6de02ec1b
2 changed files with 1 additions and 7 deletions

View File

@ -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:

View File

@ -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