Remove special rule for gentoo

This commit is contained in:
Salt 2020-12-05 06:47:56 -06:00
parent 6016996574
commit 3c445d0f90

View File

@ -10,36 +10,6 @@
- role: ansible-pull
become: yes
tags: [ ansible, common ]
- hosts: gentoo
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
capabilities:
path: /usr/bin/python3.8
# Required for Randovania to access Dolphin memory
capability: cap_sys_ptrace+eip
become: yes
tags: [ desktop, python, cap ]
roles:
- role: desktop
become: yes
tags: [ desktop ]
- role: grub
become: yes
tags: [ desktop, grub ]
- role: udev
vars:
udev_rules:
# Switch RCM stuff
- SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"
become: yes
tags: [ desktop, udev ]
# Home desktops
- hosts: desktop
post_tasks: