From c6de02ec1bcfdccb16d909bc218d625dd3a1bae8 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 27 Jul 2021 17:17:07 -0500 Subject: [PATCH] Also remove cap_sys_ptrace on Python --- inventory/hosts.yml | 1 + playbooks/desktop.yml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 241ec31..8ea6217 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -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: diff --git a/playbooks/desktop.yml b/playbooks/desktop.yml index 34864c3..72b22ac 100755 --- a/playbooks/desktop.yml +++ b/playbooks/desktop.yml @@ -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