Remove random liblzo2 dllmap

This commit is contained in:
Salt 2021-07-27 17:16:41 -05:00
parent b851ca7f35
commit 2380276b10

View File

@ -4,12 +4,6 @@
# Home desktops
- hosts: desktop
post_tasks:
- name: confirm liblzo2 dllmap
lineinfile:
path: /etc/mono/config
insertafter: "<configuration>"
line: '<dllmap dll="lzo2.dll" target="liblzo2.so.2" os="!windows"/>'
tags: [ desktop, mono ]
- name: give python3 cap_sys_ptrace
capabilities:
path: /usr/bin/python3.8