Add post-task to confirm a liblzo2 dllmap
Need it for rando
This commit is contained in:
parent
e3d89690c1
commit
07a28018b0
10
site.yml
10
site.yml
@ -12,13 +12,21 @@
|
|||||||
tags: [ ansible, common ]
|
tags: [ ansible, common ]
|
||||||
# Home desktops
|
# Home desktops
|
||||||
- hosts: desktop
|
- hosts: desktop
|
||||||
tasks:
|
post_tasks:
|
||||||
|
- name: confirm liblzo2 dllmap
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/mono/config
|
||||||
|
insertafter: "<configuration>"
|
||||||
|
line: '<dllmap dll="lzo2.dll" target="liblzo2.so.2" os="!windows"/>'
|
||||||
|
become: yes
|
||||||
|
tags: [ desktop, mono ]
|
||||||
- name: give python3 cap_sys_ptrace
|
- name: give python3 cap_sys_ptrace
|
||||||
capabilities:
|
capabilities:
|
||||||
path: /usr/bin/python3.8
|
path: /usr/bin/python3.8
|
||||||
# Required for Randovania to access Dolphin memory
|
# Required for Randovania to access Dolphin memory
|
||||||
capability: cap_sys_ptrace+eip
|
capability: cap_sys_ptrace+eip
|
||||||
become: yes
|
become: yes
|
||||||
|
tags: [ desktop, python, cap ]
|
||||||
roles:
|
roles:
|
||||||
- role: desktop
|
- role: desktop
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user